Git Push Error 403
Git Push时返回403的异常
错误内容
1 | $ git push origin master |
解决方法
1 | $ git remote set-url origin https://アカウント1@github.com/アカウント1/リポジトリ名.git |
确认远程URL是否已经改变
1 | $ git remote -v |
再次Push
1 | $ git push origin master |
Git Push时返回403的异常
1 | $ git push origin master |
1 | $ git remote set-url origin https://アカウント1@github.com/アカウント1/リポジトリ名.git |
确认远程URL是否已经改变
1 | $ git remote -v |
再次Push
1 | $ git push origin master |
Front-end developer living in Tokyo Chinese & Japanese & English
Front-end developer