cats-main icon indicating copy to clipboard operation
cats-main copied to clipboard

Proxy configuration for git

Open klenin opened this issue 10 years ago • 1 comments

We need to set http.proxy for git to access external repositories. I have added the proxy variable to Config.pm.template. Unfortunately, git config --global invocation fails at least on Debian due to the fact that www-data user does not have a HOME set. Options are:

  1. Figure out how to config Apache for setting HOME
  2. Use git config --system in installation script
  3. Use something like http_proxy=$proxy; git ... for git invocation

klenin avatar May 07 '15 11:05 klenin

@koninka

klenin avatar May 07 '15 11:05 klenin