设置Git Bash连接远程仓库时是否需要重复输入密码

1、删除密码

  git config --system --unset credential.helper

2、保存密码

  git config --global credential.helper store

posted @ 2020-11-03 16:23  廿-柒  阅读(90)  评论(0编辑  收藏  举报