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"
本文标题:Mac 配置GitHub
本文链接:https://www.haomeiwen.com/subject/scmlkttx.html
网友评论