I installed gitlab on my servers at linode. All services of gitlab are working fantastic. I am able to login, create users, repos etc. But the problem I am facing is when I
In my case, I had to add the remote repository with ssh as
git remote add gitlab ssh://git@your.project:222/git/repo_name.git
which made git not request me the password again. Note the use of ssh:// and port=222.
ssh://
port=222