随笔分类 -  git

摘要:初次安装git配置用户名和邮箱 初次安装git需要配置用户名和邮箱,否则git会提示:please tell me who you are. 你需要运行命令来配置你的用户名和邮箱: $ git config --global user.name "superGG1990" $ git config 阅读全文
posted @ 2017-05-12 12:15 superGG1990 阅读(192244) 评论(2) 推荐(20)