search

Home  >  Q&A  >  body text

How to use git@OSC on Mac system and what client software is available?

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?

阿神阿神2810 days ago653

reply all(4)I'll reply

  • PHPz

    PHPz2017-05-02 09:25:44

    Just use SourceTree, I’m using it too, I’d love to get more familiar with it

    reply
    0
  • 给我你的怀抱

    给我你的怀抱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

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-05-02 09:25:44

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

    reply
    0
  • 给我你的怀抱

    给我你的怀抱2017-05-02 09:25:44

    SourceTree or use git command line

    reply
    0
  • Cancelreply