libgit2sharp
libgit2sharp copied to clipboard
`Commands.Fetch` could not resolve file based remote path
Reproduction steps
- Create
barerepository - Clone that
- Try to fetch using
Commands.Fetch
Expected behavior
Commands.Fetch should work as git fetch works
Actual behavior
failed to resolve path 'file://PAHT/TO/BARE/REPOSITORY': The filename, directory name, or volume label syntax is incorrect.
Version of LibGit2Sharp (release number or SHA1)
0.26.2
Operating system(s) tested; .NET runtime tested
Windows 10 x64 - .NET 6