当前位置:   article > 正文

修改ssh端口后,gitlab ssh连接不上_git - 无法通过 ssh 连接到自定义端口上的 gitlab 容器

git - 无法通过 ssh 连接到自定义端口上的 gitlab 容器

错误提示:

Pushing to git@gitlab-office.xxxx.com:abc/abc.git
ssh: connect to host gitlab-office.xxxx.com port 22: Connection refused
fatal: Could not read from remote repository.

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

解决方法

  1. vi /etc/gitlab/gitlab.rb
  2. gitlab_rails['gitlab_shell_ssh_port'] = 2222 #ssh的端口
  3. #重载配置
  4. gitlab-ctl reconfigure

 

推出gitlab 账户重新登录

原来的ssh://git@192.168.0.80:/abc/abc.git变成了

ssh://git@192.168.0.80:2222/abc/abc.git

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

闽ICP备14008679号