SSH clone works without namespace, does not work with namespace
Created by: seubert
I'm having an issue where git clone
with SSH works without any namespace, i.e.
git clone git@<ip_address>:<repo_name>.git
But using the namespace and url provided by the GitLab GUI does not work, i.e.
git clone git@<ip_address>:<namespace>/<repo_name>.git
Even stranger, HTTP with the namespace works.