forked from git-for-windows/git
-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Description
Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options
git version 2.18.0.gvfs.1.26.gf61ade4ce8
cpu: x86_64
built from commit: 36c283e844cdcc1293983df635d0164cde010c2a
sizeof-long: 8
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
$ cmd.exe /c ver
Windows 10 insider release and Mac 10.13.6
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
CMD on Windows and Terminal on Mac.
- What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
1. Clone repo with VFS for Git
2. Create a new symbolic link
3. Run git status
- What did you expect to occur after running these commands?
Git status should report the new link as untracked.
- What actually happened instead?
Status did not report the new link.
Metadata
Metadata
Assignees
Labels
No labels