当前位置:   article > 正文

Git无法读取远程仓库_fatal: could not read from remote repository. plea

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

 关于路径要不要加

在某些仓库pull和push时直接操作就可以,但有些仓库必须写上同步的路径,否则无法读取仓库:

ssh: connect to host github.com port 22: Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

这里应该属于提示的最后一种情况“repository not exists”,在推送和拉取的时候加上路径即可:

git push origin master

git pull origin master

Git没有添加ssh密钥

有时候因为git一些玄学问题不得不重新生成ssh密钥在github新建链接,但是在github建立完成链接之后还要记得在本地的git加上ssh密钥,否则也无法连接远程仓库。

生成密钥:

ssh-keygen -t rsa -C "邮箱地址@...com"

github添加密钥:

终端添加密钥:

cat ~/.ssh/id_rsa.pub

成功

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

闽ICP备14008679号