Git本地仓库提交代码到远程仓库出现报错:fatal: ‘origin‘ does not appear to be a git repository fatal: Could not read from remote
问题描述——fatal: ‘origin‘ does not appear to be a git repository fatal: Could not read from remote的解决方法
问题原因
错误分析:
错误的主要原因是gitee中的README.md文件不在本地代码目录中
此时我们要执行git pull --rebase origin master命令将README.md拉到本地,
或者是其它原因
<