Wrong generated url for the gitlab project (http and ssh)
Created by: helabenkhalfallah
After installing gitlab-ce on centos 7, the created project url is : http://activeuser@hostname/group/project.git
The correct url is : http://hostname:port/group/project.git
I have changed external_url to hostname. I encounter the same thing when using docker container.
(Gitlab version 9.0.1)
