配置Git

309 阅读1分钟

Git配置命令如下:

 git config –global user.name 你的名字(英文)
 git config –global user.email 你的邮箱
 git config –global push.default simple
 git config –global core.quotepath false
 git config –global core.editor “vim”