git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git submodule first time update with proxy
@ 2015-01-23  2:50 Robert Dailey
  2015-01-23 22:13 ` Chris Packham
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Dailey @ 2015-01-23  2:50 UTC (permalink / raw)
  To: Git

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, so I was hoping the submodule
update function would have a way to specify it to inherit the proxy
value from the parent config.

How can I set up my submodule?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-24  5:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-23  2:50 Git submodule first time update with proxy Robert Dailey
2015-01-23 22:13 ` Chris Packham
2015-01-24  4:23   ` Robert Dailey
2015-01-24  4:45     ` Robert Dailey
2015-01-24  5:47       ` Chris Packham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).