处理git clone命令的非标准SSH端口连接

使用git clone命令clone项目时,如果repositorySSH端口不是标准22端口时(例如,SSH tunnel模式,等等),可以使用如下命令:

git clone ssh://git@hostname:port/.../xxx.git

举例如下:

git clone ssh://git@10.137.20.113:2222/root/test.git

《处理git clone命令的非标准SSH端口连接》有2个想法

  1. 感谢分享。
    我之前在端口号后面多写了个冒号,一直失败,看了你的文章后解决了:)

发表评论

邮箱地址不会被公开。 必填项已用*标注

This site uses Akismet to reduce spam. Learn how your comment data is processed.