Heim > Fragen und Antworten > Hauptteil
阿神2017-05-02 09:48:09
可以将你的密码缓存下来,只用输一次密码,以后都可以不用输入了。缺点就是密码都明文保存在~/.git-credential
文件中。
Git for linux
git config --global credential.helper cache
Git for windows
git config --global credential.helper wincred