使用github的公共倉庫,但每次提交都要求填寫賬號密碼,有點麻煩,下面的方法可讓git「記住密碼」git
==================================================================
github
在"C:\Documents and Settings\Administrator\.gitconfig" 文件 或 "項目/.git/config"文件 裏增長兩行:安全
[credential] spa
helper = store it
設置完畢!密碼
下次git操做提示輸入賬號密碼後就會自動往了,賬號密碼信息會保存在 C:\Documents and Settings\Administrator\.git-credentials裏,以下效果:方法
https://username:987654321@github.com 項目
https://myusername:123456789@other.com margin
安全性麻,本身看着辦。di