git在Mac下配置ssh

$ ssh-keygen -t rsa -C [email protected]
$ open ~/.ssh/id_rsa

把id_rsa中的内容复制到git相应位置
如果配置完每次git操作都要输密码

ssh-add ~/.ssh/id_rsa

你可能感兴趣的:(git在Mac下配置ssh)