问题

git克隆仓库问题

自己的服务器22端口已经占用了

不能

git clone git@域名:用户名/仓库名.git

要改成

git clone ssh://git@域名:40222/用户名/仓库名.git