-
Notifications
You must be signed in to change notification settings - Fork 0
Fix ubuntu network issues
phaledang edited this page May 30, 2024
·
3 revisions
If there is issue with download files in wsl. Do one of below approach:
wsl
sudo nano /etc/resolv.conf
nameserver 8.8.8.8
nameserver 1.1.1.1
See https://github.com/phaledang/ai-python/blob/main/.wslconfig for sample config