Skip to content

Instantly share code, notes, and snippets.

@shalaby
Created July 20, 2020 06:44
Show Gist options
  • Save shalaby/6aa66ad7b20eceaa35237a6999fa4400 to your computer and use it in GitHub Desktop.
Save shalaby/6aa66ad7b20eceaa35237a6999fa4400 to your computer and use it in GitHub Desktop.
Fix WSL no internet.
sudo su
echo "nameserver 8.8.8.8" > /etc/resolv.conf
# OR
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment