Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Created April 5, 2019 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidperezgar/9d55c8112126cc55cddc678c22b4da69 to your computer and use it in GitHub Desktop.
Save davidperezgar/9d55c8112126cc55cddc678c22b4da69 to your computer and use it in GitHub Desktop.
Site ground Installation for Git
ssh-keyscan -t rsa itm20.siteground.biz >> ~/.ssh/known_hosts
cd ~/.ssh/
nano [your-private-key]
chmod 600 [your-private-key]
ssh-add -K ~/.ssh/[your-private-key]
# Poner la frase privada que da SG-Git
git clone ssh://[url]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment