取消git pullpush时输入账号密码

it2023-06-17  74

执行命令

git config --global credential.helper store

再次输入git pull 或者git push时需要输入账号密码来进行记录,后续则不需要再输入!

最新回复(0)