某厂面试归来,发现自己落伍了!>>> 4、配置全局的name和email,这里是的你github或者bitbucket的name和email git config --global user.name "你的用户名" git config --global user.email "你的公司或个人邮箱" 5、生成key ssh-keygen -t rsa -C "你的公司或个人邮箱" 来源:oschina链接:https://my.oschina.net/u/3371661/blog/3197440 标签 bitbucket