Download Git for windows Open Git Bash Type in "ssh-keygen -t rsa", and then press Enter button three times You can find the public key in the "file id_rsa.pub" which located in C:/Users/yourname/.ssh/ Login your GitLab account, go to…
$ ssh-add id_rsa_bitbucketCould not open a connection to your authentication agent. 运行: $ ssh-agent bash 然后: $ ssh-add id_rsa_bitbucketIdentity added: id_rsa_bitbucket (id_rsa_bitbucket) 就ok了…