Updating master branch within fork
This question already has an answer here:
Seems like the remote repository doesn't exist or you have added the wrong one.
My suggestion first remove the origin and re-add it:
git remote remove upstream
git remote add upstream https://github.com/username/repository
链接地址: http://www.djcxy.com/p/18068.html
下一篇: 更新fork中的主分支