标签:git
git 使用ssh协议,默认使用的是22端口,在更改了端口的情况下需要添加SSH协议头,并添加端口号的方式,具体命令如下:
git clone ssh://git@domain.com:12345/group/project.git
git 使用SSH
原文地址:http://ting2junshui.blog.51cto.com/975290/1981892