Created
July 20, 2020 06:44
-
-
Save shalaby/6aa66ad7b20eceaa35237a6999fa4400 to your computer and use it in GitHub Desktop.
Fix WSL no internet.
This file contains 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
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