摘要: 1.执行设置账号和邮箱命令: git config --global user.name "Your Name" git config --global user.email "email@example.com" 2.打开.gitconfig增加配置信息:[credential] helper = 阅读全文
posted @ 2021-04-12 09:29 saneim 阅读(863) 评论(0) 推荐(0) 编辑