报错“fatal: ‘origin’ does not appear to be a git repository
fatal: Could not read from remote repository.

git push origin master上传本地项目到远程仓库时,报错“fatal: 'origin' does not appear to be a git repository”
原因:没有关注远程仓库为origin
解决:git remote add origin “远程仓库地址”
git push origin master上传本地项目到远程仓库时,报错“fatal: 'origin' does not appear to be a git repository”

相关文章:

  • 2022-12-23
  • 2022-03-04
  • 2022-12-23
  • 2021-06-02
  • 2022-01-28
  • 2022-12-23
  • 2021-07-05
猜你喜欢
  • 2021-07-23
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
相关资源
相似解决方案