Git view local SSH public key

Open the Git Bash terminal and enter cat ~/.ssh/id_rsa.pubthe command to view the local public key

cat ~/.ssh/id_rsa.pub

Then add the SSH public key to the Github remote warehouse.

Guess you like

Origin blog.csdn.net/u013737132/article/details/130737066