Skip to content

Instantly share code, notes, and snippets.

View parkournick3's full-sized avatar
🥝

Nicolas parkournick3

🥝
View GitHub Profile
@jherax
jherax / git-ssh-auth-win-setup.md
Last active July 19, 2024 18:21 — forked from bsara/git-ssh-auth-win-setup.md
Setup SSH Authentication for Git Bash on Windows

Setup SSH Authentication for Git Bash on Windows

Prepararation

  1. Create a folder at the root of your user home folder (Example: C:/Users/username/) called .ssh.
    You can run something like: mkdir -p ~/.ssh
  2. Create the following files if they do not already exist (paths begin from the root of your user home folder):