Error: LibGit2Sharp.LibGit2SharpException: path too long

Hello @NotFranmax

The maximum character allowed is 260, so if the length is more than to that it will throw the error.

Please check whether the file full path is more than to this limit.

Thanks