当前位置:   article > 正文

【高效生活】git :connect to host github.com port 22: Connection refused_git connection refused 22

git connection refused 22

【前言】

           记录一下使用git 遇到的几个问题,有相同问题的小伙伴可以借鉴下思路。

【正文】

            安装完成后,报如上错误:

  1. ssh: connect to host github.com port 22: Connection refused
  2. fatal: Could not read from remote repository.
  3. Please make sure you have the correct access rights
  4. and the repository exists.

            可能情况:a.私钥公钥不匹配 (处理方案:重新生成钥匙对覆盖原有公钥私钥,将新的公钥放入gitlib)

                              b.询问git管理员给你配置的权限是否充足,开发者在其他人的私有项目中是没有push权限的。

                              c.端口是否正确:查看是否是ssh默认的22端口,如果不是命令上要添加指定端口(

添加remote:git remote add origin ssh://git@221.99.99.99:9922/xxx/CriminalIntent.git 

另一个电脑clone:

git clone ssh://git@221.99.99.99:9922/xxx/CriminalIntent.git
 

                              

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

闽ICP备14008679号