Cloning git repo causes error - Host key verification failed. fatal: The remote end hung up unexpectedly

前端 未结 4 1302
甜味超标
甜味超标 2020-12-12 17:07

I am using SSH to clone a git repo to my web server, but every time I get this error

$git clone git@github.com:aleccunningham/marjoram.git
Cloning into marjo         


        
4条回答
  •  粉色の甜心
    2020-12-12 17:34

    I had the same issue, and the solution is very simple, just change to git bash from cmd or other windows command line tools. Windows sometimes does not work well with git npm dependencies.

提交回复
热议问题