Skip to Content.
Sympa Menu

sphenix-software-l - [Sphenix-software-l] please remove the http proxy from your git configs

sphenix-software-l AT lists.bnl.gov

Subject: sPHENIX discussion of software

List archive

Chronological Thread  
  • From: pinkenburg <pinkenburg AT bnl.gov>
  • To: "sphenix-software-l AT lists.bnl.gov" <sphenix-software-l AT lists.bnl.gov>
  • Subject: [Sphenix-software-l] please remove the http proxy from your git configs
  • Date: Tue, 21 Nov 2017 20:25:28 -0500

Hi folks,

in the past you needed to set the http proxy in git to the itd proxy via
git config --global http.proxy http://192.168.1.165:3128
to be able to check out our repositories. Using the regular rcf proxy lead to dropping random files from the checkout. The situation has changed in the meantime, this is not needed anymore and the itd proxy will be turned off next week (and if you still have this line in your config, your http based checkouts will stop to work).
To check your global git config you can use
git config --global -l
and see if it contains the http proxy.
To remove the proxy from your git configuration just run
git config --global --unset http.proxy

Chris

--
*************************************************************

Christopher H. Pinkenburg ; pinkenburg AT bnl.gov
; http://www.phenix.bnl.gov/~pinkenbu

Brookhaven National Laboratory ; phone: (631) 344-5692
Physics Department Bldg 510 C ; fax: (631) 344-3253
Upton, NY 11973-5000

*************************************************************





Archive powered by MHonArc 2.6.24.

Top of Page