Git配置使用

Git 基本配置 设置用户名邮箱 git config --global user.name ‘xxx’ git config --global user.email ‘xxx’ ssh-keygen -t rsa -C ‘email’
相关文章
相关标签/搜索