Created
July 22, 2020 12:46
-
-
Save cagartner/e9bf2f98e483bda26a7f5c179d6c58a0 to your computer and use it in GitHub Desktop.
Fix WSL2 internet problem on Windos
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
# @look: https://github.com/microsoft/WSL/issues/3438#issuecomment-410990504 | |
netsh winsock reset | |
netsh int ip reset all | |
netsh winhttp reset proxy | |
ipconfig /flushdns |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment