Gitee generates ssh public key

  1. Enter C:/Users/Administrator/.ssh, manually create the folder without
    insert image description here
  2. open cmd
  3. input command
    insert image description heressh-keygen -t rsa -C "Gitee SSH Key" -f "C:\Users\.ssh\github_id_rsa"
  4. The middle is determined by the Enter key three times
  5. View ssh public key
    type C:\Users\Zzzy\.ssh\github_id_rsa.pub
    insert image description here
  6. Copy it into the Gitee public keyinsert image description here

Guess you like

Origin blog.csdn.net/zyue_1217/article/details/131701971