其他分享
首页 > 其他分享> > 在IDEA中设置git记住帐号和密码

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

作者:互联网

1.在根目录下输入

git config --global credential.helper store

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

 

标签:git,帐号,helper,global,IDEA,根目录,输入
来源: https://www.cnblogs.com/smile-fanyin/p/15689383.html