赞
踩
1. 先生成 key
,命令是
ssh-keygen -t rsa -C "注册 Github 的邮箱"
2. 将产生的公钥复制到 Github 的 SSH keys 中,步骤如下:
打开 Github,找到 Settings
, 点击 SSH and GPG keys
,点击New SSH key
,粘贴
git clone xxx
)
- git config --global user.email "注册用的邮箱"
- git config --global user.name "用户名"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。