git免密码登录 Posted 81 months ago linux git 免密码 --global 使用全局配置文件 --system 使用系统级配置文件 --local 使用仓库级配置文件 git config --local credential.helper store 点击评论