git每次提交都輸入密碼

potato1314發表於2016-07-23

.gitconfig 檔案中新增

[credential]    
    helper = store

或者在git bash 中執行

git config --global credential.helper store

相關文章