摘要: 设置用户名和邮箱 git config --global user.name “你的用户名” git config --global user.email “你的邮箱” 查看配置 git config --list 阅读全文
posted @ 2021-06-02 13:36 sixinshuier 阅读(200) 评论(0) 推荐(0) 编辑