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.
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.
Setup
Details
CMD on Windows and Terminal on Mac.
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Git status should report the new link as untracked.
Status did not report the new link.