当前位置:   article > 正文

GitLib:ssh: connect to host x.x.x.x port 22: Connection timed out fatal: 无法读取远程仓库。请确认您有正确的访问权_gitlab无法连接远程仓库

gitlab无法连接远程仓库

GitLib链接异常:

ssh: connect to host x.x.x.x port 22: Connection timed out 
fatal: 无法读取远程仓库。
请确认您有正确的访问权
  • 1
  • 2
  • 3

先查看一下配置是否正确

git config --list
  • 1

备注:remote.origin.url建议使用http开头,非git@开头,因为有些公司不开放gitlab对应的22端口,或该端口上传会不稳定

修改remote.origin.url 重置远程跟踪链接

git remote set-url origin http://git.###.com/###-front-xxx.git
git push --set-upstream origin master
  • 1
  • 2

其他相关配合查询git命令
查询远程分支版本及链接

git remote -v
  • 1

原因:就是使用了git@的链接,换成http@就好了

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

闽ICP备14008679号