简体   繁体   中英

git clone error. Read from socket failed: Connection reset by peer fatal: Could not read from remote repository

While try to clone project from Mooveb getting below error.


$ git clone moov@git.moovweb.com: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.

You at least need to check that ssh moov@git.moovweb.com (and if not, check the output of ssh -Tvvv moov@git.moovweb.com )

The issue could be:

  • client-side (port 22 blocked) or
  • server-side
    • (name or repo name incorrectly written, or with wrong case)
    • error on the sshd (daemon) side

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM