解决 linux 中 git pull  每次 都要重新输入git帐号密码


在执行git pull 的目录 执行如下命令, 这样再输入帐号密码后,就会记住以后就不用输入了

git config --global credential.helper store