为了代码的安全性,自行搭建了`gitlab`服务器
并且修改了`gitlab`服务器的`ssh端口号`
这样当然在`git clone`时,会发生错误
ssh: connect to host git.host.de:4019 port 22: `Connection refused`
fatal: The remote end hung up unexpectedly
error: failed to push to git@code.test.com:ZBT/api.test.com.git
我们只需要
`$ cat ~/.ssh/config`
> `Host code.test.com`
`port 123456`
即可