输入:
git pull origin master
git报错提示
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
 
在网上找到的解决办法:重新输入一次:
git remote add origin git@github.com:yourusername/test.git 
就可以解决了
 

相关文章: