Created
July 20, 2022 15:33
-
-
Save julianfrank/cf4487a66d7e82d670c8dba899331ea4 to your computer and use it in GitHub Desktop.
Making GIT work in wsl2
This file contains hidden or 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
//Move all the certificated from windows .ssh (/mnt/c/Users/<username>/.ssh)folder to ~/ssh | |
sudo chmod 600 ~/.ssh/id_ed25519 | |
sudo chmod 600 ~/.ssh/id_ed25519.pub | |
sudo chmod 644 ~/.ssh/known_hosts | |
sudo chmod 755 ~/.ssh | |
//git should wowrk now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment