git push每次都需要输入帐号密码的解决方法

解决办法

在git bash中输入:
git config --global credential.helper store
帐号密码输入之后下次使用的时候帐号密码就会被记住

原文地址:https://www.cnblogs.com/my466879168/p/12430460.html