XCode 中的Preference->Download安装Commad line Tools完成后,还需要最后一步在终端(Terminal)上设置,在命令行输入:
$git config --global user.name"Your Name"
$git config --global user.email"email@example.com"
XCode 中的Preference->Download安装Commad line Tools完成后,还需要最后一步在终端(Terminal)上设置,在命令行输入:
$git config --global user.name"Your Name"
$git config --global user.email"email@example.com"