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

前端 未结 4 1300
甜味超标
甜味超标 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:23

    Well, from sourceTree I couldn't resolve this issue but I created sshkey from bash and at least it works from git-bash.

    https://confluence.atlassian.com/bitbucket/set-up-an-ssh-key-728138079.html

提交回复
热议问题