Skip to content

Instantly share code, notes, and snippets.

@lktslionel
Created December 14, 2016 09:43
Show Gist options
  • Save lktslionel/d91f34d5799e3bfb0ba6b2963f5856f2 to your computer and use it in GitHub Desktop.
Save lktslionel/d91f34d5799e3bfb0ba6b2963f5856f2 to your computer and use it in GitHub Desktop.
Git clone with a specific identity key
ssh-agent bash -c 'ssh-add -D && ssh-add <path/to/your/ssh/key/file> && git clone git@github.com:<username>/<repo>.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment