Skip to content

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

Closed
1 task done
alkazandzhiev opened this issue Sep 5, 2019 · 5 comments
Closed
1 task done

Comments

@alkazandzhiev
Copy link

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

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.

@alkazandzhiev alkazandzhiev changed the title Git-2.23.0-64-bit for Windows does not deploy /dev/* folder Git-2.23.0-64-bit for Windows does not deploy /dev/* directory Sep 5, 2019
@alkazandzhiev
Copy link
Author

Also if I take the /dev directory from 2.22.0 installation it seems to fix the issue.

@rimrul
Copy link
Member

rimrul commented Sep 5, 2019

Seems like a duplicate of #2291

@alkazandzhiev
Copy link
Author

Definitely, thanks! I'm closing this one.

@marcelser
Copy link

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

@dscho
Copy link
Member

dscho commented Oct 3, 2019

@marcelser the best way to ensure that is by testing the latest snapshot from here: https://wingit.blob.core.windows.net/files/index.html

@dscho dscho added the duplicate label Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants