Upgrade 5.4 to 6.0 - "I don't handle protocol git@http"
Created by: ryanholden88
Initially installed GitLab 5.4.
And my ssh git url's looked like this:
[email protected]:username/project.git
.. and that worked perfectly.
Upgraded to 6.0 and it changed to:
Now I get this error when cloning/pushing/pulling.
I don't handle protocol 'git@http'
If I change the url to reflect what it was like in 5.4 that url works perfectly.(remove http:// and the "/" before the ":")
The host setting in my config/gitlab.yml is:
host: domain.com
no http:// or trailing / Restarted gitlab and nginx as well
Anybody else have this issue? Any suggestions?