GIT_SSH_COMMAND="ssh -i <PATH>" git clone git@<REPO>
Clone git repo with ssh key path
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GIT_SSH_COMMAND="ssh -i <PATH>" git clone git@<REPO>