解决git每次提交、更新都需要输入账户密码 2021-01-31 本文已影响0人 MISS_3ca2 git config --global credential.helper store 之后,你下次提交最后一次输入密码就可以了。