Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 11 explorer stuck after opening git bash from the context menu #5296

Open
1 task done
TheBoardMan opened this issue Dec 4, 2024 · 1 comment
Open
1 task done

Comments

@TheBoardMan
Copy link

  • I was not able to find an open or closed issue matching what I'm seeing

Setup

  • Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options

git version 2.47.0.windows.2
cpu: x86_64
built from commit: 1f8a83cba6e88fad4b881885e64cfb89458e3653
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?
$ systeminfo | findstr /B /C:"OS Name" /B /C:"OS Version"
OS Name:                   Microsoft Windows 11 Pro
OS Version:                10.0.22631 N/A Build 22631
  • What options did you set as part of the installation? Or did you choose the
    defaults?
# One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"

Editor Option: VIM
Custom Editor Path:
Default Branch Option: main
Path Option: BashOnly
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 FSMonitor: Disabled
  • Any other interesting things about your environment that might be related
    to the issue you're seeing?

-- none --

Details

  • Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other

bash

Open git bash from the Windows Explorer through the context menu of a directory.

  • What did you expect to occur after running these commands?

I expected the windows to open and explorer to stay functional.

  • What actually happened instead?

The git bash window opens, but the Windows Explorer is basically locked. When trying to
navigate to another directory or file, nothing happens.

It seems the context menu handling is not finished. When the git bash window is closed,
operation returns to normal in the Windows Explorer.

  • If the problem was occurring with a specific repository, can you provide the
    URL to that repository to help us with testing?

It happens allways.

@rimrul
Copy link
Member

rimrul commented Dec 4, 2024

Might be related to #4945 and #5119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants