git ssh



ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts

把github.com换成代码管理服务器地址,后面的注意.ssh和.git的路径关系。

你可能感兴趣的:(ssh,git)