git version 2.16.1.windows.4
cpu: x86_64
built from commit: ef6d451bbfef86a529ebf12620289e0f15a93d8e
sizeof-long: 4
$ cmd.exe /c ver
Windows 10
# One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install-options.txt
This is a school(public) machine
Public environment.
I attempted to run an add command for a working Word document ```
- What did you expect to occur after running these commands?
I am new to Git, and expected to add this document to a new repo.
- What actually happened instead?
I encountered an error message and apparent bug.
- If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?
It is local.
Message:
$ git /m/home/Desktop/SENG/
warning: failed to restrict file handles (2)
handle #0: 0000000000000408 (type 3, handle info (1) 7ffe
handle #1: 000000000000040c (type 3, handle info (1) 1
This is a bug; please report it at
https://github.com/git-for-windows/git/issues/new
To suppress this warning, please set the environment variable
SUPPRESS_HANDLE_INHERITANCE_WARNING=1
I was not able to find an open or closed issue matching what I'm seeing
Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
defaults?
to the issue you're seeing?
Public environment.
MINGW64
Minimal, Complete, and Verifiable example
this will help us understand the issue.