Skip to content

Instantly share code, notes, and snippets.

@owalid
Created June 30, 2022 10:40
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 owalid/4774f8085e566011c83b280b8e7e3b98 to your computer and use it in GitHub Desktop.
Save owalid/4774f8085e566011c83b280b8e7e3b98 to your computer and use it in GitHub Desktop.
Clone git repo with ssh key path
GIT_SSH_COMMAND="ssh -i <PATH>" git clone git@<REPO>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment