The requested URL returned error: 403 Forbidden while accessing github.com

前端 未结 5 788
别跟我提以往
别跟我提以往 2020-12-09 22:40

So, I have a repo setup, on another machine. I\'ve committed and pushed files and they view fine on github.com. Now, I have ran git init on another machine and

5条回答
  •  失恋的感觉
    2020-12-09 22:49

    You can try the git remote -v command to check the remote repo URL is ok. If it is not, you should try

    git remote set-url origin repo-url
    

    To fix any typos

提交回复
热议问题