在IDEA中设置git记住帐号和密码


1.在根目录下输入

git config --global credential.helper store

2.再进行git pull或者git push的时候,输入一次,后面就不用再输入了

相关