在执行git pull origin master时出现:
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 + 你的项目地址