libgit2sharp icon indicating copy to clipboard operation
libgit2sharp copied to clipboard

`Commands.Fetch` could not resolve file based remote path

Open dehghani-mehdi opened this issue 3 years ago • 0 comments

Reproduction steps

  1. Create bare repository
  2. Clone that
  3. 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

dehghani-mehdi avatar Nov 03 '22 04:11 dehghani-mehdi