-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
warning: failed to restrict file handles #1591
Comments
|
Does the latest snapshot work for you? (There has been a fix for this exact symptom...) Please find the snapshots here: https://wingit.blob.core.windows.net/files/index.html |
The latest snapshot seems to be working. |
The https://wingit.blob.core.windows.net/files/Git-prerelease-2.16.3.windows.1.1.gf2a677fb4d-64-bit.exe does not have this problem. |
When `git.exe` is called with an invalid subcommand, [it no longer complains about file handles](git-for-windows/git#1591). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
$ git push handle #0: 00000000000002e8 (type 3, handle info (1) 0 This is a bug; please report it at To suppress this warning, please set the environment variable
Enumerating objects: 6, done. $ git version |
@orient33 what is your Windows version? |
window 10 $ cat /d/pro/Git/etc/install-options.txt |
@orient33 does this happen with all pushes? Does it also happen if you call this from a PowerShell? |
Setup
64 Bit
Windows 7 64 bit Enterprise
defaults?
Defaults except for commit as-is
to the issue you're seeing?
No
Details
CMD
Minimal, Complete, and Verifiable example
this will help us understand the issue.
On branch develop
Your branch is up to date with 'origin/develop'.
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git checkout -- ..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
warning: failed to restrict file handles (1450)
warning: failed to restrict file handles (1450)
On branch develop
Your branch is up to date with 'origin/develop'.
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git checkout -- ..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
URL to that repository to help us with testing?
Private repos with submodules and also without submodules.
Same is also seen on git commit and git push
The text was updated successfully, but these errors were encountered: