使用 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 是
如何找出服务器上存储的路径?即我如何找到的价值
#{hash[0..1]}/#{hash[2..3]}/#{hash}
谢谢