git push origin master 的时候,报如上错误
stackflow 上最简单的方法
git remote set-url origin https://user@github.com/user/repo.git
当然也可以试试ssh
https://help.github.com/articles/https-cloning-errors
git push origin master 的时候,报如上错误
stackflow 上最简单的方法
git remote set-url origin https://user@github.com/user/repo.git
当然也可以试试ssh
https://help.github.com/articles/https-cloning-errors