I have a problem with other users who can connect to my gitolite server.
Everything works fine at my end (I am an administrator, and also did gl-easy-install)), however I asked pubfrom another user and added it to keydir, as well as adding their relay permissions gitolite-adminin the file conf. me git addand committhese files as well push- back to the gitolite server. Everything looks good.
I asked the user to try git clone git@server.com:gitolite-admin.gitand get a permission error. Command interceptors are in the git user file authorized_keys, so I'm a little confused about what is missing.
In some other answers, I saw that the correct address to use is - user@server.com:gitolite-admin.gitbut based on a file authorized_keysthat does not look absolutely correct.
Help is greatly appreciated, thanks for your experience!
source
share