Description
Setup
- Which version of Git for Windows are you using?
64-bit
$ git --version --build-options
Git-2.39.0.2-64-bit.exe
- Which version of Windows are you running?
Windows 11 64-bit
$ cmd.exe /c ver
Microsoft Windows [Version 10.0.22621.963]
- What options did you set as part of the installation? Or did you choose the
defaults?
Editor Option: Notepad++
Custom Editor Path:
Default Branch Option:
Path Option: Cmd
SSH Option: OpenSSH
Tortoise Option: false
CURL Option: WinSSL
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
Details
-
Which terminal/shell are you running Git from?
Bash/CMD -
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
or
git push
-
What actually happened instead?
fatal: unable to access 'https://bitbucket.org/*/*.git/': Failure when receiving data from the peer
I then downgraded to git version 2.38.1.windows.1 and it worked