git如何连接服务器呢?

$ ssh -p 22 root@服务器ip

解释:ssh -p 端口号 登录的用户名@IP

相关文章: