git 设置免密登录和删除(https模式 windows 系统

2021-04-01  本文已影响0人  前端小飞象

git config --global credential.helper store

执行之后会在用户主目录下的.gitconfig文件中多加 helper = store
下次提交输入一次账号密码后就不需要了

上一篇 下一篇

猜你喜欢

热点阅读