Tips - dtoinagn/flyingbird.github.io GitHub Wiki
- How to reset password for Ubuntu shell (Windows WSL)?
1. Open Windows Powershell Terminal
2. Run "wsl -u root" to log in as root
3. Change the password for your user:
passwd your-username
New Password:
Retype new password:
- Set up git on your ubuntu shell
git config --global credential.helper store