小编icl*_*man的帖子

gitlab-ce 12.X:如何在服务器上找到存储库的散列存储路径?

使用 gitlab-ce-12.x,Geo 需要散列存储路径(https://docs.gitlab.com/ee/administration/repository_storage_types.html

对于给定的存储库,数据因此将存储在:“@hashed/#{hash[0..1]}/#{hash[2..3]}/#{hash}.git”

从实际的角度来看,假设我有一个存储库,其 URL 是

https://my-gitlab-server/Group1/project1.git

如何找出服务器上存储的路径?即我如何找到的价值

#{hash[0..1]}/#{hash[2..3]}/#{hash}

谢谢

git gitlab gitlab-ce

4
推荐指数
1
解决办法
1333
查看次数

标签 统计

git ×1

gitlab ×1

gitlab-ce ×1