git bash使用端口转发连接服务器
Posted longbigfish
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git bash使用端口转发连接服务器相关的知识,希望对你有一定的参考价值。
之前的配置是
url = [email protected]:/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://[email protected]:8822/home/tutu/thelib/ww.git
以上是关于git bash使用端口转发连接服务器的主要内容,如果未能解决你的问题,请参考以下文章