* Git Slowness on Windows w/o Internet
@ 2018-11-02 16:10 Peter Kostyukov
2018-11-03 16:44 ` brian m. carlson
0 siblings, 1 reply; 4+ messages in thread
From: Peter Kostyukov @ 2018-11-02 16:10 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 1527 bytes --]
Hello,
Wanted to bring to your attention an issue that we discovered on our
Windows Jenkins nodes with git scm installed (git.exe). Our Jenkins
servers don't have Internet access. It appears that git.exe is trying
to connect to various Cloudflare and Akamai CDN instances over the
Internet when it first runs and it keeps trying to connect to these
CDNs every git.exe execution until it makes a successful attempt. See
the screenshot attached with the details.
Enabling Internet access via proxy fixes the issue and git.exe
continues to work fast on the next attempts to run git.exe
Is there any configuration setting that can disable this git's
behavior or is there any other workaround without allowing Internet
access? Otherwise, every git command run on a server without the
Internet takes about 30 seconds to complete.
Please advise.
Thanks,
Peter
CONFIDENTIALITY NOTICE:
This is a transmission from Kohl's Department Stores, Inc.
and may contain information which is confidential and proprietary.
If you are not the addressee, any disclosure, copying or distribution or use of the contents of this message is expressly prohibited.
If you have received this transmission in error, please destroy it and notify us immediately at 262-703-7000.
CAUTION:
Internet and e-mail communications are Kohl's property and Kohl's reserves the right to retrieve and read any message created, sent and received. Kohl's reserves the right to monitor messages by authorized Kohl's Associates at any time
without any further consent.
[-- Attachment #2: git.tcp.reconnect.png --]
[-- Type: image/png, Size: 93683 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Git Slowness on Windows w/o Internet
2018-11-02 16:10 Git Slowness on Windows w/o Internet Peter Kostyukov
@ 2018-11-03 16:44 ` brian m. carlson
2018-11-03 23:48 ` Philip Oakley
0 siblings, 1 reply; 4+ messages in thread
From: brian m. carlson @ 2018-11-03 16:44 UTC (permalink / raw)
To: Peter Kostyukov; +Cc: git
[-- Attachment #1: Type: text/plain, Size: 1525 bytes --]
On Fri, Nov 02, 2018 at 11:10:51AM -0500, Peter Kostyukov wrote:
> Wanted to bring to your attention an issue that we discovered on our
> Windows Jenkins nodes with git scm installed (git.exe). Our Jenkins
> servers don't have Internet access. It appears that git.exe is trying
> to connect to various Cloudflare and Akamai CDN instances over the
> Internet when it first runs and it keeps trying to connect to these
> CDNs every git.exe execution until it makes a successful attempt. See
> the screenshot attached with the details.
>
> Enabling Internet access via proxy fixes the issue and git.exe
> continues to work fast on the next attempts to run git.exe
>
> Is there any configuration setting that can disable this git's
> behavior or is there any other workaround without allowing Internet
> access? Otherwise, every git command run on a server without the
> Internet takes about 30 seconds to complete.
Git itself doesn't make any attempt to access those systems unless it's
configured to do so (e.g. a remote is set up to talk to those systems
and fetch or pull is used).
It's possible that you're using a distribution package that performs
this behavior, say, to check for updates. I'd recommend that you
contact the distributor, which in this case might be Git for Windows,
and see if they can tell you more about what's going on. The URL for
that project is at https://github.com/git-for-windows/git.
--
brian m. carlson: Houston, Texas, US
OpenPGP: https://keybase.io/bk2204
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 868 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Git Slowness on Windows w/o Internet
2018-11-03 16:44 ` brian m. carlson
@ 2018-11-03 23:48 ` Philip Oakley
2018-11-05 22:11 ` Peter Kostyukov
0 siblings, 1 reply; 4+ messages in thread
From: Philip Oakley @ 2018-11-03 23:48 UTC (permalink / raw)
To: brian m. carlson, Peter Kostyukov, git
On 03/11/2018 16:44, brian m. carlson wrote:
> On Fri, Nov 02, 2018 at 11:10:51AM -0500, Peter Kostyukov wrote:
>> Wanted to bring to your attention an issue that we discovered on our
>> Windows Jenkins nodes with git scm installed (git.exe). Our Jenkins
>> servers don't have Internet access. It appears that git.exe is trying
>> to connect to various Cloudflare and Akamai CDN instances over the
>> Internet when it first runs and it keeps trying to connect to these
>> CDNs every git.exe execution until it makes a successful attempt. See
>> the screenshot attached with the details.
>>
>> Enabling Internet access via proxy fixes the issue and git.exe
>> continues to work fast on the next attempts to run git.exe
>>
>> Is there any configuration setting that can disable this git's
>> behavior or is there any other workaround without allowing Internet
>> access? Otherwise, every git command run on a server without the
>> Internet takes about 30 seconds to complete.
>
> Git itself doesn't make any attempt to access those systems unless it's
> configured to do so (e.g. a remote is set up to talk to those systems
> and fetch or pull is used).
>
> It's possible that you're using a distribution package that performs
> this behavior, say, to check for updates. I'd recommend that you
> contact the distributor, which in this case might be Git for Windows,
> and see if they can tell you more about what's going on. The URL for
> that project is at https://github.com/git-for-windows/git.
>
The normal Git for Windows install includes an option to check for
updates at a suitable rate. Maybe you are hitting that. It can be
switched off.
--
Philip
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Git Slowness on Windows w/o Internet
2018-11-03 23:48 ` Philip Oakley
@ 2018-11-05 22:11 ` Peter Kostyukov
0 siblings, 0 replies; 4+ messages in thread
From: Peter Kostyukov @ 2018-11-05 22:11 UTC (permalink / raw)
To: Philip Oakley; +Cc: brian m. carlson, git
Good point. I'll check it out. Thanks for the tip.
Thanks,
Peter
Thanks,
Peter Kostyukov
Senior Systems Engineer
Kohl's Department Stores - KIC
Office: 262-703-6533
On Sat, Nov 3, 2018 at 6:48 PM Philip Oakley <philipoakley@talktalk.net> wrote:
>
>
> On 03/11/2018 16:44, brian m. carlson wrote:
> > On Fri, Nov 02, 2018 at 11:10:51AM -0500, Peter Kostyukov wrote:
> >> Wanted to bring to your attention an issue that we discovered on our
> >> Windows Jenkins nodes with git scm installed (git.exe). Our Jenkins
> >> servers don't have Internet access. It appears that git.exe is trying
> >> to connect to various Cloudflare and Akamai CDN instances over the
> >> Internet when it first runs and it keeps trying to connect to these
> >> CDNs every git.exe execution until it makes a successful attempt. See
> >> the screenshot attached with the details.
> >>
> >> Enabling Internet access via proxy fixes the issue and git.exe
> >> continues to work fast on the next attempts to run git.exe
> >>
> >> Is there any configuration setting that can disable this git's
> >> behavior or is there any other workaround without allowing Internet
> >> access? Otherwise, every git command run on a server without the
> >> Internet takes about 30 seconds to complete.
> >
> > Git itself doesn't make any attempt to access those systems unless it's
> > configured to do so (e.g. a remote is set up to talk to those systems
> > and fetch or pull is used).
> >
> > It's possible that you're using a distribution package that performs
> > this behavior, say, to check for updates. I'd recommend that you
> > contact the distributor, which in this case might be Git for Windows,
> > and see if they can tell you more about what's going on. The URL for
> > that project is at https://github.com/git-for-windows/git.
> >
>
> The normal Git for Windows install includes an option to check for
> updates at a suitable rate. Maybe you are hitting that. It can be
> switched off.
>
> --
> Philip
CONFIDENTIALITY NOTICE:
This is a transmission from Kohl's Department Stores, Inc.
and may contain information which is confidential and proprietary.
If you are not the addressee, any disclosure, copying or distribution or use of the contents of this message is expressly prohibited.
If you have received this transmission in error, please destroy it and notify us immediately at 262-703-7000.
CAUTION:
Internet and e-mail communications are Kohl's property and Kohl's reserves the right to retrieve and read any message created, sent and received. Kohl's reserves the right to monitor messages by authorized Kohl's Associates at any time
without any further consent.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-11-05 22:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-02 16:10 Git Slowness on Windows w/o Internet Peter Kostyukov
2018-11-03 16:44 ` brian m. carlson
2018-11-03 23:48 ` Philip Oakley
2018-11-05 22:11 ` Peter Kostyukov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).