摘要:
初次安装git配置用户名和邮箱 初次安装git需要配置用户名和邮箱,否则git会提示:please tell me who you are. 你需要运行命令来配置你的用户名和邮箱: $ git config --global user.name "superGG1990" $ git config 阅读全文
posted @ 2019-06-09 21:20
白露~
阅读(5724)
评论(0)
推荐(0)
摘要:
初次安装git配置用户名和邮箱 初次安装git需要配置用户名和邮箱,否则git会提示:please tell me who you are. 你需要运行命令来配置你的用户名和邮箱: $ git config --global user.name "superGG1990" $ git config 阅读全文
posted @ 2019-06-09 21:20
白露~
阅读(5724)
评论(0)
推荐(0)
|