-
Notifications
You must be signed in to change notification settings - Fork 145
Description
I'm getting "my repo does not exist"... tearing my hair out, can you give any troubleshooting tips?
-I can ssh and get the msg "...but i do not provide interactive shell" (so key is good)
-I can "docker exec -it hash /bin/sh" and see /git-server and subs keys and repos, files inside etc
(so my volumes are good and are visible from inside container, and i see "myrepo")
-When i do a "git clone --mirror git@138.777.111.333:222/git-server/repos/myrepo ." from home, i get
..."does not exist"
(In below, i am using port 222 on purpose... 22 and 2222 already used...)
-When i do a "git clone ssh://git@138.777.111.333:222/git-server/repos/myrepo", i get...
"Cloning into 'myrepo'...
git@138.777.111.333: Permission denied (publickey,keyboard-interactive).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
-Is there ANY way to list from remotely? or a way to get it to go interactive to test?
I know i'm SO CLOSE, but not sure why it's not working...
-I did see the post "permission Error when trying to do: git push"
fix: (tried... didn't work for me)
/git-server/repos # sudo chmod -R ug+w .;
Thanks so much for any help...