Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. git config --global color.ui true
  2. git config --global user.name "YOUR NAME"
  3. git config --global user.email "YOUR@EMAIL.com"
  4. ssh-keygen -t rsa -b 4096 -C "YOUR@EMAIL.com"
  5. cat ~/.ssh/id_rsa.pub or type ~/.ssh/id_rsa.pub
  6. ssh -T git@github.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement