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
My attempt to use Repository.Clone fails with the error..
LibGit2Sharp.NameConflictException: Failed to stat file '<..some long path..>': The filename or extension is too long.
Is there any solution for this ?
I believe, I need to set core.longpaths in the global config to true. Is there anyway to do that ?