<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Folks,</p>
<p>Simon alerted me to a problem this morning, one he discovered
trying to do git operations with GitHub using HTTP from JLab. It
seems jprox.jlab.org is not working now. This was a planned change
(I think) but use of jprox was still in build scripts. The error
looks like:<br>
</p>
<pre>ifarm1901:gluex:pull_request> git fetch
fatal: unable to access '<a class="moz-txt-link-freetext" href="https://github.com/jeffersonlab/build_scripts/">https://github.com/jeffersonlab/build_scripts/</a>': Failed connect to jprox.jlab.org:8081; Connection refused
</pre>
<p>I've removed the setting of the variable in build scripts at
JLab, but that won't fix your environment if you sourced the old
version. The fix if you have an "old" shell:</p>
<pre> unsetenv http_proxy https_proxy</pre>
<p>for tcsh or<br>
</p>
<pre> unset http_proxy https_proxy</pre>
<p>for bash.</p>
<p>Or just log out and log back in.<br>
</p>
<p>This is a JLab-only problem and should not occur for new terminal
sessions, as I said.</p>
<p> -- Mark<br>
</p>
</body>
</html>