libgit2 / libgit2sharp

Git + .NET = ❤
http://libgit2.github.com
MIT License
3.13k stars 879 forks source link

_git2_xxxxxx folder is created #1989

Open psyarhei opened 1 year ago

psyarhei commented 1 year ago

Reproduction steps

Clone Azure Dev Ops repository.

Expected behavior

Created folder contains only .git folder and the repository content.

Actual behavior

Created folder contains .git folder, the repository content and additional _git2_xxxxxx folder. image

How to prevent its creation?

Version of LibGit2Sharp (release number or SHA1)

0.26.2 nuget package version

Operating system(s) tested; .NET runtime tested

.NET Framework 4.6.2 WPF application image

Balkoth commented 1 year ago

I am experiencing this too, except when cloning a bare repository from a network share to a local folder.