forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Milestone
Description
The latest version of Git hangs indefinitely on fetch on some repositories. Rolling back to the previous version fixed the issue.
Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
git version 2.46.2.windows.1
cpu: x86_64
built from commit: 1e20af0e809e08cca5714727dfa0fb50c0c4664d
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- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
Microsoft Windows [Version 10.0.22631.4169]- What options did you set as part of the installation? Or did you choose the defaults?
Editor Option: VisualStudioCode
Custom Editor Path:
Default Branch Option: main
Path Option: Cmd
SSH Option: OpenSSH
Tortoise Option: false
CURL Option: OpenSSL
CRLF Option: CRLFAlways
Bash Terminal Option: MinTTY
Git Pull Behavior Option: Merge
Use Credential Manager: Enabled
Performance Tweaks FSCache: Enabled
Enable Symlinks: Disabled
Enable Pseudo Console Support: Disabled
Enable FSMonitor: Disabled- Any other interesting things about your environment that might be related to the issue you're seeing?
None so far.
Details
- Which terminal/shell are you running Git from? e.g., Bash/CMD/PowerShell/other
Bash
- What commands did you run to trigger this issue? If you can provide a Minimal, Complete, and Verifiable example, this will help us understand the issue.
git fetch origin- What did you expect to occur after running these commands?
The fetch should complete and update the local repository.
- What actually happened instead?
The fetch command hangs indefinitely and does not complete.
We are using azure git repos and some repos we can fetch and others we can't. Rollback fixed the issue.
paulfenney, nejch, Gonzalo-Canavesio, comedinha, gitlon and 13 more