Git生成秘钥及配置公有代码库步骤:

1.设置帐号和邮箱    git config --global user.name "自已的用户"    例:git config --global user.name "fenlin"     git config --global user.email "本身的邮箱"     例:git config --global user.email "wei@163.com" 2.查看秘钥是否存在
相关文章
相关标签/搜索