I installed GitLab Enterprise Edition 12.5.4-ee in my VPS (centos 7) and create some project, the URL of one of them for clone is :
git@xxx.xxx.xxx.xxx:root/ir-module-software.git
Where can i find project repository?
I used following command :
find / -name ir-module-software.git
but no thing was find.
I saw /var/opt/gitlab/git-data/repositories
directory but no proper thing was found (It is no empty).
Thank you
By default repositories are hashed and stored on /var/opt/gitlab/git-data/repositories/@hashed
, for disable hash
, go to admin_area->setting->repository->Repository storage
and remove tick of Use hashed storage