GITLAB所在局域网内网IP:192.168.0.100(例)
GITLAB所在局域网的机器IP:192.168.0.224(例)
服务器IP地址:43.118.100.100(例)
1.建立GITLAB在服务器上的反向代理
在192.168.0.224上输入命令:
ssh -N -g -R 43.118.100.100:2002:192.168.0.100:80 user@43.118.100.100
2.git设置代理
git config --global http.proxy 43.118.100.100:2223
3.clone操作
git clone http://xxxx/xxxx/xxxx.git