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
When calling Repository.Init, it does not create a .git/config file. This seems to throw off some git client. For instance, it causes GitSharp to fail when trying to open the repo.
Looking in more details, it looks like the minimal settings that makes GitSharp happy is:
[core] repositoryformatversion = 0
Should libgit2sharp be creating the config file when creating the repo?