Windows environment Android Studio uses Git to generate SSH key

Git Bush here

Order:

ssh-keygen -t rsa -C "git email account"

Enter 3 times in a row and press Enter, use the default location and default password.

 cat ~/.ssh/id_rsa.pub

The one generated below starts with ssh-rsa, and a large string of text at the end of the mailbox is SSH, just fill it in gitlab

Guess you like

Origin blog.csdn.net/BigBingtang/article/details/113710448