摘要: 全局Git配置 查看用户名和邮箱 git config user.name git config user.email 修改用户名和邮箱 git config --global user.name "username" git config --global user.email "email" 生 阅读全文
posted @ 2024-05-30 14:23 柏丁 阅读(12) 评论(0) 推荐(0) 编辑