We have the SSH on a non-standart port (let it be 12345). On a project page I see the clone URL in the given format: git@gitlab.example.com:somegroup/someproject.git
But I would like to have something like this: ssh://git@gitlab.example.com:12345/somegroup/someproject.git
Do I have any way to do resolve this issue?
Thanks!
You can configure this by changing one line in your Gitlab configuration file (gitlab.rb).
Find this line gitlab_rails['gitlab_shell_ssh_port'] = xxx and set xxx to the port you want displayed.