adrpdevs
Joined: 14 Aug 2018 Posts: 1
|
Posted: Wed Aug 29, 2018 5:58 Post subject: My Ubuntu rig can't ping github.com |
|
|
I am in the process of migrating my NWN1 server to Linux. Following this guide: https://nwnlexicon.com/index.php?title=User:Squatting_Monk#NWN_Dedicated_Server_Installation_Guide
I am getting stuck here: Code: | git clone https://github.com/NWNX/nwnx2-linux.git |
Receiving:
Code: | fatal: could not create work tree dir 'nwnx2-linux' .: Permission Denied |
When I attempt to ping github.com The ping fails; Destination Host Unreachable. Sometimes I get a 443 error along with this.
I *can* ping github.com from my Windows machine.
I *can* ping google.com from my Ubuntu machine.
I am new to Linux, and I feel like I am stuck. I don't even know the questions to query google with to help me resolve this issue.
I am looking at the page in question on Windows 10.
Firefox on Ubuntu will not connect to the same page.
What am I doing wrong, and how do I fix it?
Also tried this with no success; same error:
Code: | git config --global --unset http.proxy
git config --global --unset https.proxy |
Exit out of Terminal and begin new terminal and running:
Code: | git clone https://github.com/NWNX/nwnx2-linux.git |
Again. |
|