git上传仓库解决重复输入邮箱和密码
git config --global credential.helper store
git pull/git push (这里在输入一遍密码和邮箱,以后就不需要了)
本文来自博客园,作者:鱼祖,转载请注明原文链接:https://www.cnblogs.com/fishn/p/15307085.html
git config --global credential.helper store
git pull/git push (这里在输入一遍密码和邮箱,以后就不需要了)
本文来自博客园,作者:鱼祖,转载请注明原文链接:https://www.cnblogs.com/fishn/p/15307085.html
