git pull push 项目的时候总是提示要输入用户名密码的解决方案

163 阅读1分钟

问题是很简单,解决起来也是很简单,我们在终端输入一行代码即可

git config --global credential.helper store