在idea中设置记住git的用户名和密码

在idea中设置记住git的用户名和密码

1、在项目根目录下执行以下git命令:
git config --global credential.helper store

2、执行上述命令后,在idea中第一次pull或push需要输入用户名和密码,之后就不用再输入了。

转自:http://blog.csdn.net/j_bean/article/details/72644969
posted @ 2017-08-10 16:21  codercg  阅读(16370)  评论(0编辑  收藏  举报