Hi folks,
i’m trying to get a gitlab server running for my company. The goal is to mount a folder from a windows fileserver and use this one as “git_data_dir”.
I mounted a windows share in my /etc/fstab
//WIN-SVR/git_data_dir /media/git_data_dir cifs uid=git,gid=git,credentials=.smbcredentials,iocharset=utf8,dir_mode=02770,sec=ntlm 0 0
After that i reconfigured gitlab via “gitlab-ctl reconfigure”.
Now lets get to the webinterface an create a new repo i am facing the following message:
"Failed to create repository"
Checking the mount i can see gitlab cerates the repository on the given path. But the related wiki has not been created. I’m pretty sure there is a kind of permission error. Any suggestions?
Thanks for your help,
Chris