Re: Git submodule first time update with proxy

2015-01-23 Thread Chris Packham
On Sat, Jan 24, 2015 at 5:45 PM, Robert Dailey wrote: > On Fri, Jan 23, 2015 at 10:23 PM, Robert Dailey > wrote: >> On Fri, Jan 23, 2015 at 4:13 PM, Chris Packham >> wrote: >>> Hi, >>> >>> On Fri, Jan 23, 2015 at 3:50 PM, Robert Dailey >>> wrote: I have a submodule using HTTP URL. I do t

Re: Git submodule first time update with proxy

2015-01-23 Thread Robert Dailey
On Fri, Jan 23, 2015 at 10:23 PM, Robert Dailey wrote: > On Fri, Jan 23, 2015 at 4:13 PM, Chris Packham > wrote: >> Hi, >> >> On Fri, Jan 23, 2015 at 3:50 PM, Robert Dailey >> wrote: >>> I have a submodule using HTTP URL. I do this: >>> >>> $ git submodule init MySubmodule >>> $ git submodule

Re: Git submodule first time update with proxy

2015-01-23 Thread Robert Dailey
On Fri, Jan 23, 2015 at 4:13 PM, Chris Packham wrote: > Hi, > > On Fri, Jan 23, 2015 at 3:50 PM, Robert Dailey > wrote: >> I have a submodule using HTTP URL. I do this: >> >> $ git submodule init MySubmodule >> $ git submodule update MySubmodule >> >> The 2nd command fails because the HTTP URL c

Re: Git submodule first time update with proxy

2015-01-23 Thread Chris Packham
Hi, On Fri, Jan 23, 2015 at 3:50 PM, Robert Dailey wrote: > I have a submodule using HTTP URL. I do this: > > $ git submodule init MySubmodule > $ git submodule update MySubmodule > > The 2nd command fails because the HTTP URL cannot be resolved, this is > because it requires a proxy. I have "htt

Git submodule first time update with proxy

2015-01-22 Thread Robert Dailey
I have a submodule using HTTP URL. I do this: $ git submodule init MySubmodule $ git submodule update MySubmodule The 2nd command fails because the HTTP URL cannot be resolved, this is because it requires a proxy. I have "http.proxy" setup properly in the .git/config of my parent git repository,