Git configuration ssh

1. The difference between https and SSH for pulling github projects

  • https url requires username and password verification when pushing
  • SSH does not require verification of username and password when pushing

2. Get ssh

Git GuiGet by
Insert image description here
Insert image description here
Insert image description here

3. Add ssh to github

Log in to github and enter your personal homepage.
Insert image description here
Add the copied and generated ssh to it.
Insert image description here

Guess you like

Origin blog.csdn.net/weixin_45136016/article/details/131821268
Recommended