Created
November 14, 2023 10:10
-
-
Save mancubus77/88e3525033962148068cc364ec9bf308 to your computer and use it in GitHub Desktop.
How to set private SSH key for git repository
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config core.sshCommand "ssh -i ~/.ssh/id_rsa-gitlab -F /dev/null" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment