Skip to content

Instantly share code, notes, and snippets.

@cagartner
Created July 22, 2020 12:46
Show Gist options
  • Save cagartner/e9bf2f98e483bda26a7f5c179d6c58a0 to your computer and use it in GitHub Desktop.
Save cagartner/e9bf2f98e483bda26a7f5c179d6c58a0 to your computer and use it in GitHub Desktop.
Fix WSL2 internet problem on Windos
# @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