Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] http_proxy environment variable

Dmitry Neverov <dmitry.neverov@xxxxxxxxx> wrote:
> Does jgit support http_proxy environment variable?

On the command line, yes.  The "Main" class that starts up the jgit
command line environment splits http_proxy and sets up the JVM's
proxy information.

Within a larger application, JGit expects the application to
configure the JVM's proxy for it.

-- 
Shawn.


Back to the top