bash
git config credential.helper store
不加参数: --global ,则只对这个仓库生效,并非全局设置 。
git config credential.helper store
不加参数: --global ,则只对这个仓库生效,并非全局设置 。