摘要: 一、Git初始化设置 在安装完成Git后,需要设置姓名和邮箱地址。设置完成后会在~/.gitconfig中保存git账户的信息。 git config --global user.name "Firstname Lastname" git config --global user.email "em 阅读全文
posted @ 2026-08-10 20:36 Cielo_v 阅读(7) 评论(0) 推荐(0)