git 配置
使用git bash
git config --global user.name $name
git config --global user.email
### 生成公钥
cd ~
cd .ssh/
### 下面命令执行后,连续按回车
ssh-keygen.exe
### 在该目录下会生成公钥和私钥,把公钥拷贝到git网站设置对应的ssh公钥上
使用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
网友评论