Clone a new project for a new account ```sh GIT_SSH_COMMAND='ssh -i ~/.ssh/' git clone git@gitlab.com:.git ``` Configure git to use the custom GIT_SSH_COMMAND ```sh git config core.sshCommand 'ssh -i ~/.ssh/' ``` > **Note:** run this command inside of the repo