摘要:
配置git提交所用的用户名 告诉git你的名字,这个名字会出现在你的提交记录中。 git config --global user.name "你的名字" 配置git提交所用的Email Email也会出现在你的提交记录中,请尽量保持此Email和git主机登陆的email一致 git config --global user.email "你的Email" SSH Keys 生成s... 阅读全文
posted @ 2018-01-14 21:35
白日梦想家J
阅读(135)
评论(0)
推荐(0)
2018年1月14日