Git client SSH Configuration on Windows¶
Option1: Gitbash environment¶
Install Gitbash¶
Gitbash is embedded in Git for Windows. Download
SSH Key generation and get repository¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|
Option2: WSL2 environment¶
Install WSL2¶
SSH Key generation and get repository (Do the same as above)¶
What I solved on configuration for WSL2 are:
- generate ssh key with email address
- add ssh key to ssh agent
- check .ssh/config
- check /etc/resolv.conf
- Change name server address to 8.8.8.8
Trouble shooting¶
If you cannot access to remote repository, see Git - change remote URL or search error message on internet.
References¶
Last update: April 9, 2021