跳到主要内容

1 篇博文 含有标签「git」

查看所有标签

Git 学习笔记

· 阅读需 30 分钟

配置

$ git config --global user.name "Your Name"
$ git config --global user.email "email@example.com"