Questions tagged [git-server]
31 questions
-1
votes
1 answer
My own git server (on EC2) git clone via ssh (permission denied) why?
I can connect from my pc to my EC2 git server using ssh ( i specified port 22 cause default port is onother):
$ ssh -p22 dev@xxxxxxxxxxxx.compute.amazonaws.com
this works fine, but when I try to clone I have som problems(again i specified port 22…

matQ
- 597
- 2
- 13
- 27