ssh clone url displaying as: "[git@https://myhost]:user/repo" instead of just: git@myhost:user/repo
The clone url on project page and generated cloning instructions shows:
[git@https://my_url]:user/repo.git
Obviously, cloning this doesn't work, but cloning and pushing to git@my_url:user/repo.git
works as expected.
Not sure how to get the correct address to display on the project page
HTTPS clone address displays fine