git http/https方式储存密码

来源:互联网 发布:mac u盘安装win7教程 编辑:程序博客网 时间:2024/05/20 10:13

执行

git config --global credential.helper store

然后使用git pull / git push输入账号密码后就不用再次输入了.

原创粉丝点击