Skip to content

Export HTTP proxy environment variables to Gitaly

Stan Hu requested to merge sh-export-http-proxy into master

Git passes the all_proxy, no_proxy, http_proxy, and https_proxy environment variables to libcurl for HTTP requests. If these aren't set, repository imports among other git activity will fail behind a proxy.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51517

Edited by GitLab Release Tools Bot

Merge request reports