-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Git-2.23.0-64-bit for Windows does not deploy /dev/* directory #2322
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
Comments
Also if I take the /dev directory from 2.22.0 installation it seems to fix the issue. |
Seems like a duplicate of #2291 |
Definitely, thanks! I'm closing this one. |
I hope this leads to a 2.24 install where this is fixed. This is really a important one it breaks sourcing bash completion scripts for kubectl and all others that exist |
@marcelser the best way to ensure that is by testing the latest snapshot from here: https://wingit.blob.core.windows.net/files/index.html |
Setup
git version 2.23.0
Windows 10 64-bit.
Editor Option: VIM
Custom Editor Path:
Path Option: BashOnly
SSH Option: OpenSSH
CURL Option: OpenSSL
CRLF Option: CRLFAlways
Bash Terminal Option: MinTTY
Performance Tweaks FSCache: Enabled
Use Credential Manager: Disabled
Enable Symlinks: Disabled
Enable Builtin Interactive Add: Disabled
Details
Bash
readarray -t BRANCHES < <(git branch --color=always)
I got an error for missing "/dev/fd/62" file descriptor. As far as I could get it from playing with 2.22.0 and 2.23.0 versions the latter does not deploy the /dev/ derectory with the /dev/fd symlink and some other in it.
The text was updated successfully, but these errors were encountered: