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?

阿神
阿神

闭关修行中......

reply all(4)
PHPzhong

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

phpcn_u1582

Comes with git command, git is only interesting if it requires command line

给我你的怀抱

SourceTree or use git command line

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template