github 免密码推拉代码设置

如题, 如何免密码进行git push,pull 操作呢?

方法一: 使用 ssh key 的方式

Just create a key, give it to Github you should be good to go: https://help.github.com/articles/generating-ssh-keys

生成 ssh key

参看 http://www.guohuawei.com/archives/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id.html

设置 ssh key

在你的 github 账户管理的设置中,有一项叫做 ssh, 添加你生常好的公钥。

https://github.com/settings/ssh

设置 git 库的推拉地址

设置你的 git 远程仓库地址为 [email protected]:user/repo.git

测试一下

添加新评论