September 19, 2017
查看用户名及邮箱地址
$ git config user.name
$ git config user.email
修改用户名及邮箱地址
$ git config --global user.name "用户名"
$ git config --global user.email "邮箱地址"
September 19, 2017
$ git config user.name
$ git config user.email
$ git config --global user.name "用户名"
$ git config --global user.email "邮箱地址"
本站聚合自群友公开发表的内容,版权归属于各位作者。
模板来自 Bootstrapious. 移植到 Hugo 来自 DevCows