缘起
git push的时候总是提示输入用户名密码是一件非常影响工作效率,也非常影响心情的事情,下面介绍一下如何免去这种无聊的操作。
解决办法:
如果git仓库支持ssh的话(如github.com),可以通过add ssh-key的方式来实现: https://help.github.com/articles/generating-ssh-keys/
如果git 客户端版本够高的话 (git version >= 1.7.10 ),可以设置 credential.helper ,参考: https://help.github.com/articles/caching-your-github-password-in-git/#platform-linux
如果git版本太低的话:参考: http://stackoverflow.com/questions/5343068/is-there-a-way-to-skip-password-typing-when-using-https-github