You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to test the project on Windows, but when running git dive I get an error about the file not being part of the repository's workdir.
$ git-dive --versiongit-dive 0.1.3
$ git clone https://github.com/gitext-rs/git-dive/
$ cd git-dive
$ git dive Cargo.tomlFile \\?\C:\Users\pigeon\git\github.com\gitext-rs\git-dive\Cargo.toml is not in the repository's workdir C:/Users/pigeon/git/github.com/gitext-rs/git-dive/
Presumably this is a false positive related to windows extended length path shenanigans?
If you need more detailed logs please let me know.