git push时报以下错误:

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 http://github.mrjade.com/test/test.git

 

相关文章:

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