运行git push origin master报错
报错内容:$ remote: Permission to 123xiaowang/ty2004.git denied to wjr990218.$ git push origin masterfatal: unable to access ‘https://github.com/123xiaowang/ty2004.git/’: The requested URL returned error:
报错内容:
$ remote: Permission to 123xiaowang/ty2004.git denied to wjr990218.
$ git push origin master
fatal: unable to access ‘https://github.com/123xiaowang/ty2004.git/’: The requested URL returned error: 403
bash: $: command not found
翻译: 我们来大致的翻译一下这个错误:用户<旧的github名>没有权限访问用户<新的github名>的存储库<项目名>。
也就是说:现在电脑登录的是用户<旧的github名>,我们需要切换到用户<新的github名>。
解决方法:
找到下图中的路径,然后点击git:https://github.com 进入,然后将用户名和密码改为当前所用的github的账户和密码
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
所有评论(0)