How can I do when I 've installed git

–I'm on linux,and I'm proud.–

1.create “ssh key”

<!-- lang: shell -->
ssh-keygen -t rsa -C "[email protected]"

2.Add ssh key to github or whatever like (git@osc)

<!-- lang: shell -->
sudo apt-get install xclip
xclip -sel clip < ~/.ssh/id_rsa.pub

3.Then clip it to whatever works.

你可能感兴趣的:(How can I do when I 've installed git)