git config --global user.name "your name"git config --global user.email "[email protected]"git config --global color.ui true
ssh-keygen -t rsa -C "[email protected]"- name it something like githubssh (generic, I know)
cat ~/.ssh/githubssh.pub- Copy that output and go to
