Can't clone repository by Cloud9

63 views
Skip to first unread message

Anton Nikiforov

unread,
Sep 17, 2018, 12:51:19 PM9/17/18
to BeagleBoard
Tried to make example from https://markayoder.github.io/PRUCookbook/02start/start.html, but repository did not clone, so i get some commands from stackoverflow
and them did not help anyway:

debian@beaglebone:/var/lib/cloud9$ git clone https://github.com/MarkAYoder/PRUCookbook.git
Cloning into 'PRUCookbook'...
fatal: unable to access 'https://github.com/MarkAYoder/PRUCookbook.git/': Could not resolve host: github.com
debian@beaglebone:/var/lib/cloud9$ git config --global --unset http.proxy 
debian@beaglebone:/var/lib/cloud9$ git config --global --unset https.proxy
debian@beaglebone:/var/lib/cloud9$ git clone https://github.com/MarkAYoder/PRUCookbook.git
Cloning into 'PRUCookbook'...
fatal: unable to access 'https://github.com/MarkAYoder/PRUCookbook.git/': Could not resolve host: github.com
debian@beaglebone:~$ git config --global http.proxy http://proxyuser:prox...@proxy.server.com:8080
debian@beaglebone:~$ git clone https://github.com/MarkAYoder/PRUCookbook.git
Cloning into 'PRUCookbook'...
fatal: unable to access 'https://github.com/MarkAYoder/PRUCookbook.git/': Could not resolve proxy: proxy.server.com

Sicelo

unread,
Sep 17, 2018, 3:08:42 PM9/17/18
to beagl...@googlegroups.com
> --
The repository clones just fine. You have a networking problem, as you
can see the 'could not resolve host: github.com' lines.

I also do not think you should be setting a proxy if your network does
not need one, and if it does, then it has to be a real proxy instead of
the example 'proxy.server.com' that you have used.

So you need to fix the network on whatever device you are git cloning into

Robert Nelson

unread,
Sep 17, 2018, 3:11:21 PM9/17/18
to Beagle Board
Is your desktop, windows, mac or linux.. you need to share your
network connection to the board if you don't have the ethernet jack
plugged in..

Regards,

--
Robert Nelson
https://rcn-ee.com/
Reply all
Reply to author
Forward
0 new messages