Skip to content

Instantly share code, notes, and snippets.

@dvgamerr
Created September 18, 2018 16:59
Show Gist options
  • Select an option

  • Save dvgamerr/34719acdf719dc465fa76eb0edac9e8d to your computer and use it in GitHub Desktop.

Select an option

Save dvgamerr/34719acdf719dc465fa76eb0edac9e8d to your computer and use it in GitHub Desktop.
SSH-KEYGEN linux server with github.com
git config user.name "Name"
git config user.email "your_email@youremail.com"
ssh-keygen -t rsa -b 4096 -C "your_email@youremail.com"
ssh -T git@github.com
git remote set-url origin git@github.com:username/your-repository.git

or

git clone git://github.com/username/your-repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment