<p>在执行git pull origin master时出现:</p><p> fatal: 'origin' does not appear to be a git repository</p><p> fatal: Could not read from remote repository.</p><p> Please make sure you have the correct access rights and the repository exists</p><p></p><p></p><p>解决方案:</p><p>git remote add origin git@github:bx_reader/bx-reader-api.git</p><p></p><p>将关联远程仓库为origin</p>