全局设置git免密提交,打开git-bash输入命令:
git config credential.helper store --global
单独对某个项目仓库设置时不加 --global
设置之后只需要第一次输入账号密码,后面就不用咯!