2021年7月14日
摘要: 1、 环境配置 当安装Git后首先要做的事情是设置用户名称和email地址。这是非常重要的,因为每次Git提交都会使用该用户信息 修改用户信息配置 $ git config --global user.name “xxx” $ git config --global user.email “xxx@ 阅读全文
posted @ 2021-07-14 18:22 paomianzhong 阅读(52) 评论(0) 推荐(0) 编辑