permission denied (publickey) Error using git on windows 7

后端 未结 15 1981
暖寄归人
暖寄归人 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 23:09

    there could be something wrong with your heroku keys. try:

    heroku keys:add
    

    similar question here: Heroku Git - fatal: The remote end hung up unexpectedly

提交回复
热议问题