当前位置:   article > 正文

git: fatal: Could not read from remote repository解决办法_fatal: could not read from remote repository. plea

fatal: could not read from remote repository. please make sure you have the

报错如下:

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
  • 1
  • 2
  • 3
  • 4

解决方法:
你的ssh key极有可能从ssh agent中移除了
在终端中键入:

ssh-add ~/.ssh/id_rsa
  • 1

id_rsa是与git仓库关联的ssh密钥(私钥)。

还有其他方法:
https://stackoverflow.com/questions/13509293/git-fatal-could-not-read-from-remote-repository

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/1008695
推荐阅读
相关标签
  

闽ICP备14008679号