Good afternoon all,
Backed up several old git repos and am in the process of adding them to a knew gitlab install. Install looks like the guide here https://github.c
As the same user as you are attempting to connect with do a:
ssh git@1.2.3.4 "ls /usr/local/project.git"
and make sure you see the repo.
Then add do a git clone:
git clone git@1.2.3.4:/usr/local/project.git
as the same user.
My suspicion is that you don't have the correct repo location.