GitHub Error Message - Permission denied (publickey)

后端 未结 30 2211
长发绾君心
长发绾君心 2020-11-22 04:23

Anybody seen this error and know what to do?

I\'m using the terminal, I\'m in the root, the GitHub repository exists and I don\'t know what to do now.



        
30条回答
  •  长发绾君心
    2020-11-22 05:17

    Issue solved if you change the ssh access to https access to the remote repository:

    git remote set-url origin https_link_to_repository
    
    git push -u origin master
    

提交回复
热议问题