Re: Submodule and proxy server.

2015-06-22 Thread Johannes Löthberg
On 22/06, Jamie Archibald wrote: fatal: unable to access 'http://http://path/to/submodule/MySubmodule.git/': The requested URL returned error: 502 Did you copy this error verbatim? -- Sincerely, Johannes Löthberg PGP Key ID: 0x50FB9B273A9D0BB5 https://theos.kyriasis.com/~kyrias/

Submodule and proxy server.

2015-06-22 Thread Jamie Archibald
I am behind a proxy at work and I've setup a git repo with a submodule. Here are the commands I'm executing. $ mkdir MyProject $ cd MyProject $ git init $ git remote add origin http://path/to/repo/MyProject.git $ git config —add remote.origin.proxy $ git pull origin master MyProject has a