标签:ssh with repo 外网地址 use tac bash 服务 内网
之前的配置是
url = user@xx.xx.xx.xx:/home/tutu/thelib/ww.git
xx.xx.xx.xx是服务器的外网地址,其内网地址是zz.zz.zz.zz
但是现在服务器没有自己的外网,需要通过服务器yy.yy.yy.yy的端口8822进行转发,转发到zz.zz.zz.zz:22
此时,根据https://stackoverflow.com/questions/1558719/using-a-remote-repository-with-non-standard-port ,配置应该为
url = ssh://tutu@yy.yy.yy.yy:8822/home/tutu/thelib/ww.git
标签:ssh with repo 外网地址 use tac bash 服务 内网
原文地址:http://www.cnblogs.com/bettersky/p/7450110.html