Skip to content

Instantly share code, notes, and snippets.

View AlejandroSanchez90's full-sized avatar

Alejandro Sanchez AlejandroSanchez90

View GitHub Profile
@AlejandroSanchez90
AlejandroSanchez90 / .md
Created August 16, 2024 22:38 — forked from lucas-barake/.md
Multiple Git Accounts in WSL2

Step 1

Create the .ssh folder

Run these commands to create a new .ssh folder if you don't already have one:

mkdir ~/.ssh
chmod 700 ~/.ssh