摘要: 配置用户名和邮箱: git config --global user.name "username" git config --global user.email "useremail@qq.com" 清除配置中纪录的用户名和密码,下次提交代码时会让重新输入账号密码: git config --sy 阅读全文
posted @ 2022-10-13 14:47 青柚 阅读(4396) 评论(0) 推荐(0) 编辑