git

git 配置

使用git bash

 git config --global user.name $name
 git config --global user.email 

### 生成公钥
 cd ~
 cd .ssh/
### 下面命令执行后,连续按回车
 ssh-keygen.exe
### 在该目录下会生成公钥和私钥,把公钥拷贝到git网站设置对应的ssh公钥上


你可能感兴趣的:(git)