我是靠谱客的博主 温柔饼干,这篇文章主要介绍(20210219已解决)git使用中出现Please make sure you have the correct access rights and the repository exists.,现在分享给大家,希望可以做个参考。
-
Overview
ssh: Could not resolve hostname git_address: Name or service not known fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists
出现上述问题是因为本地环境无法通过ssh连接到目标git仓库,本质是ssh层面的问题,需要设置本地可以通过ssh访问远程仓库。
-
解决方案
一般git仓库那边会有关于设施SSH Keys的说明。
将本地ssh生成的公钥
id_rsa.pub
拷贝到git仓库端。如果此步骤做完还是不行,可以确认本地与git仓库端是否可连接。
最后
以上就是温柔饼干最近收集整理的关于(20210219已解决)git使用中出现Please make sure you have the correct access rights and the repository exists.的全部内容,更多相关(20210219已解决)git使用中出现Please内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复