git pull/push项目的时候总是提示要输入用户名密码的解决方案
问题是很简单,解决起来也是很简单,我们在终端输入一行代码即可
git config --global credential.helper store
问题是很简单,解决起来也是很简单,我们在终端输入一行代码即可
git config --global credential.helper store