Reputation: 13
While try to clone project from Mooveb getting below error.
$ git clone [email protected]:skoteeswaran/ving-test.git
Cloning into 'ving-test'...
Read from socket failed: Connection reset by peer fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
Upvotes: 1
Views: 7813
Reputation: 1325037
You at least need to check that ssh [email protected]
(and if not, check the output of ssh -Tvvv [email protected]
)
The issue could be:
Upvotes: 3