2017年9月19日

解决git总是提示输入用户名密码

摘要: git config --global credential.helper store git config --global user.email "alice@aol.com" 操作的就是上面的email git config --global push.default matching 操作的就是上面的push段中的default字段 git config --global creden... 阅读全文

posted @ 2017-09-19 14:18 jis117 阅读(2621) 评论(0) 推荐(0)

导航