git 免除每次push 和 pull code 输入密码

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_24967027/article/details/78319043

添加Git Config 内容

输入如下命令(win中可以进入git bash终端):

git config --global credential.helper store


猜你喜欢

转载自blog.csdn.net/qq_24967027/article/details/78319043