windows create a git and github link

1. Download the system with their corresponding git version

2. The default installation

3. Bind user

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

4. Set Account SSH key to Github

生成ssh key:ssh-keygen -t rsa -C "[email protected]"

Get ssh key public key C: \ Users \ john \ .ssh id_rsa.pub file

github account to configure ssh key: 1 Switch to github, expand the small triangular profile picture, click on settings

                                           2. Open SSH keys menu, click Add SSH key new key

Guess you like

Origin www.cnblogs.com/qjb2404/p/12110069.html