github 本地配置 发表于 2017-01-13 | 分类于 Git | | 阅读次数: | | 字数统计: 本地配置github用户名密码1、使用命令123git config --global user.name [username]git config --global user.email [email]git config --global credential.helper store 2、配置文件123[user] name = finger email = finger_chou@163.com 保存用户名密码1、使用命令12echo "[credential]" >> .git/configecho " helper = store" >> .git/config 2、配置文件12[credential] helper = store 查看配置1git config --list 坚持原创技术分享,您的支持将鼓励我继续创作! 打赏 微信支付 支付宝