git

作者: lettry | 来源:发表于2019-04-12 18:28 被阅读0次

git 配置

使用git bash

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

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


相关文章

网友评论

      本文标题:git

      本文链接:https://www.haomeiwen.com/subject/redhwqtx.html