I installed SourceTree, and the installation instructions configure the certificate and SSH public key. Since I have just come into contact with Git, is there any software that is as convenient as connecting to GitHub? Or the way?
PHPz2017-05-02 09:25:44
Just use SourceTree, I’m using it too, I’d love to get more familiar with it
给我你的怀抱2017-05-02 09:25:44
ssh-keygen -t rsa -C "abc@qq.com"
cat ~/.ssh/id_rsa.pub
That's it
git clone url or ssh
phpcn_u15822017-05-02 09:25:44
Comes with git command, git is only interesting if it requires command line