git生成ssh key
打开 git bash
mkdir ~/.ssh
- git config --global user.name "username"
- git config --global user.email "
youremail@163.com"
ssh-keygen -t rsa -C "youremail@example.com" 打开 git bash
mkdir ~/.ssh
youremail@163.com" ssh-keygen -t rsa -C "youremail@example.com"