* fetch and pull commands not working with latest git version + BitBucket
@ 2024-10-17 12:48 Dario Esposito
2024-10-17 18:32 ` Eric Sunshine
0 siblings, 1 reply; 4+ messages in thread
From: Dario Esposito @ 2024-10-17 12:48 UTC (permalink / raw)
To: git@vger.kernel.org
Thank you for filling out a Git bug report!
Please answer the following questions to help us understand your issue.
What did you do before the bug happened?
I updated from git version 2.46.2 to version 2.47.0.
What did you expect to happen?
I expected git fetch and pull commands to work as usual.
What happened instead?
Git fetch and pull commands get stuck and never complete.
What's different between what you expected and what actually happened?
I expected the commands to work as before updating git.
Anything else you want to add:
After reverting to git 2.46.2, fetch and pull commands are working again.
Our remote repositories are on an Atlassian BitBucket server on premise version v8.5.1.
I use SSH with ED25519 cypher.
It seems others have the same issue when using git latest version with BitBucket, see https://jira.atlassian.com/browse/BSERV-19682
[System Info]
git version:
git version 2.47.0.windows.1
cpu: x86_64
built from commit: d53e4648cb65eb75dd8d8a093d17400a18a9a15d
sizeof-long: 4
sizeof-size_t: 8
shell-path: D:/git-sdk-64-build-installers/usr/bin/sh
feature: fsmonitor--daemon
libcurl: 8.10.1
OpenSSL: OpenSSL 3.2.3 3 Sep 2024
zlib: 1.3.1
uname: Windows 10.0 22631
compiler info: gnuc: 14.2
libc info: no libc information available
$SHELL (typically, interactive shell): C:\Program Files\Git\usr\bin\bash.exe
[Enabled Hooks]
This email and any attached files are for the attention of the intended recipient. The email and any attachments may contain material that is confidential, privileged and/or attorney work product. If you are not the intended recipient: (a) contact the sender immediately and delete from your system, all copies of the email including any attachments. (b) do not read, print, retain, copy or disseminate this message or any part of it. Any such unauthorized use may be unlawful. Email transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore cannot accept liability for any errors or omissions in the contents of this message, which arise as a result of email transmission. If verification is required, please request a hard-copy version. The protection of your personal data matters to us. Please find relevant information relating to Art. 13 GDPR on https://www.electroluxgroup.com/privacy/en/. The Electrolux Group www.electroluxgroup.com
Classified as Internal
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: fetch and pull commands not working with latest git version + BitBucket
2024-10-17 12:48 fetch and pull commands not working with latest git version + BitBucket Dario Esposito
@ 2024-10-17 18:32 ` Eric Sunshine
2024-10-17 18:41 ` Taylor Blau
0 siblings, 1 reply; 4+ messages in thread
From: Eric Sunshine @ 2024-10-17 18:32 UTC (permalink / raw)
To: Dario Esposito; +Cc: git@vger.kernel.org
On Thu, Oct 17, 2024 at 8:49 AM Dario Esposito
<dario.esposito@electrolux.com> wrote:
> What did you do before the bug happened?
> I updated from git version 2.46.2 to version 2.47.0.
>
> What happened instead?
> Git fetch and pull commands get stuck and never complete.
>
> After reverting to git 2.46.2, fetch and pull commands are working again.
This sounds like the issue reported and resolved by [1].
[1]: https://lore.kernel.org/git/9d2d6e7b-9691-4c9f-9b13-f1019cd1c491@gmx.de/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: fetch and pull commands not working with latest git version + BitBucket
2024-10-17 18:32 ` Eric Sunshine
@ 2024-10-17 18:41 ` Taylor Blau
2024-10-18 7:16 ` Dario Esposito
0 siblings, 1 reply; 4+ messages in thread
From: Taylor Blau @ 2024-10-17 18:41 UTC (permalink / raw)
To: Eric Sunshine; +Cc: Dario Esposito, git@vger.kernel.org
On Thu, Oct 17, 2024 at 02:32:40PM -0400, Eric Sunshine wrote:
> On Thu, Oct 17, 2024 at 8:49 AM Dario Esposito
> <dario.esposito@electrolux.com> wrote:
> > What did you do before the bug happened?
> > I updated from git version 2.46.2 to version 2.47.0.
> >
> > What happened instead?
> > Git fetch and pull commands get stuck and never complete.
> >
> > After reverting to git 2.46.2, fetch and pull commands are working again.
>
> This sounds like the issue reported and resolved by [1].
Thanks; I was going to say the same thing ;-).
> [1]: https://lore.kernel.org/git/9d2d6e7b-9691-4c9f-9b13-f1019cd1c491@gmx.de/
Thanks,
Taylor
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: fetch and pull commands not working with latest git version + BitBucket
2024-10-17 18:41 ` Taylor Blau
@ 2024-10-18 7:16 ` Dario Esposito
0 siblings, 0 replies; 4+ messages in thread
From: Dario Esposito @ 2024-10-18 7:16 UTC (permalink / raw)
To: Taylor Blau, Eric Sunshine; +Cc: git@vger.kernel.org
Hello,
I confirm that by using the latest git for windows snapshot it's working.
https://wingit.blob.core.windows.net/files/Git-prerelease-2.47.0.windows.1-7-g8597dced10-20241011120159-64-bit.exe
Thanks for the support.
Regards,
Dario Esposito
Classified as Internal
-----Original Message-----
From: Taylor Blau <me@ttaylorr.com>
Sent: Thursday, October 17, 2024 8:41 PM
To: Eric Sunshine <sunshine@sunshineco.com>
Cc: Dario Esposito <dario.esposito@electrolux.com>; git@vger.kernel.org
Subject: Re: fetch and pull commands not working with latest git version + BitBucket
CAUTION - EXTERNAL EMAIL : Report suspicious emails using 'Report Phish' button ↑
On Thu, Oct 17, 2024 at 02:32:40PM -0400, Eric Sunshine wrote:
> On Thu, Oct 17, 2024 at 8:49 AM Dario Esposito
> <dario.esposito@electrolux.com> wrote:
> > What did you do before the bug happened?
> > I updated from git version 2.46.2 to version 2.47.0.
> >
> > What happened instead?
> > Git fetch and pull commands get stuck and never complete.
> >
> > After reverting to git 2.46.2, fetch and pull commands are working again.
>
> This sounds like the issue reported and resolved by [1].
Thanks; I was going to say the same thing ;-).
> [1]:
> https://urldefense.com/v3/__https://lore.kernel.org/git/9d2d6e7b-9691-
> 4c9f-9b13-f1019cd1c491@gmx.de/__;!!OJgLNWf5u1JzCMvA!VxZ2ohQdgVdW9Pyref
> bzjr9LtBQNGBDN0XCSUZcG1t9X0bx5F4BTahD2CBFFncSZN833bn6adUbbTJpPiQ$
Thanks,
Taylor
This email and any attached files are for the attention of the intended recipient. The email and any attachments may contain material that is confidential, privileged and/or attorney work product. If you are not the intended recipient: (a) contact the sender immediately and delete from your system, all copies of the email including any attachments. (b) do not read, print, retain, copy or disseminate this message or any part of it. Any such unauthorized use may be unlawful. Email transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore cannot accept liability for any errors or omissions in the contents of this message, which arise as a result of email transmission. If verification is required, please request a hard-copy version. The protection of your personal data matters to us. Please find relevant information relating to Art. 13 GDPR on https://www.electroluxgroup.com/privacy/en/. The Electrolux Group www.electroluxgroup.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-18 7:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17 12:48 fetch and pull commands not working with latest git version + BitBucket Dario Esposito
2024-10-17 18:32 ` Eric Sunshine
2024-10-17 18:41 ` Taylor Blau
2024-10-18 7:16 ` Dario Esposito
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).