On Mon, Sep 17, 2018 at 09:51:19AM -0700, Anton Nikiforov wrote:
> 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:proxy...@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
> 
> -- 
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

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/20180917190827.GA1672%40tpx40.local.
For more options, visit https://groups.google.com/d/optout.

Reply via email to