Skip to content

jigglyjegan/ubuntu-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

ubuntu-issue

Troubleshooting

ERROR

image

Solution 1: Could be caused by incorrect proxy settings.

Run the following commands then try to git clone again

git config --global --unset http.proxy
git config --global --unset https.proxy

Solution 2: Could be caused by incorrect nameservers.

Run the command shown below

sudo nano /etc/resolv.conf

Change nameserver to 8.8.8.8, save the file and then run git clone again

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published