本帖最后由 堡塔运维香菜卷 于 2023-3-30 12:18 编辑
一键部署的gitlab8,然后反向代理,与宝塔公用一个nginxnginx['enable'] = false
gitlab_workhorse['listen_network'] = "tcp"
gitlab_workhorse['listen_addr'] = "127.0.0.1:8021"
已经配置好反向代理
但在执行 git clone 的时候,https是可以正常执行的
采用ssh的话就会报错
$ git clone git@git.****.vip:root/****.git
Cloning into '***'...
ssh: connect to host git.***.vip 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.
(***为保护隐私)
22端口是开放的,这种情况怎么解决啊,求助求助
|
|