How to use git@OSC on Mac system and what client software is available?
阿神2017-05-02 09:23:44
0
4
629
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?
Just use SourceTree, I’m using it too, I’d love to get more familiar with it
ssh-keygen -t rsa -C "abc@qq.com"
cat ~/.ssh/id_rsa.pub
That's it
git clone url or ssh
Comes with git command, git is only interesting if it requires command line
SourceTree or use git command line