permission denied (publickey) Error using git on windows 7

后端 未结 15 2100
暖寄归人
暖寄归人 2021-01-29 22:35

When I want to push to github with this command

git push origin master

I got this

Permission denied (publickey).
fatal: The rem         


        
15条回答
  •  误落风尘
    2021-01-29 22:59

    I had a similar problem:

    I created "redssh" and "redssh.pub" in some directory using git bash. Permission denied...

    however, "id_rsa.pub" and "id_rsa" had appeared in: C:/Users/myName/.ssh/

    copy id_rsa.pub contents to github

提交回复
热议问题