2020年7月8日
摘要: git config --global user.name "用户名" git config --global user.email "用户邮箱" 同时还可以设置让VSCode记住git账号和密码:git config --global credential.helper store git con 阅读全文
posted @ 2020-07-08 22:13 白不了的黑发 阅读(9270) 评论(0) 推荐(0) 编辑