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:[email protected]: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 -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/4f551281-995c-4319-9392-03bf234a10a0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
