How to clone a repository with longer paths using LibGit2Sharp library?

65 views Asked by At

I am writing a Azure function to pull data from a repository and store it in a folder. My repo has long file names. I am getting the following error LibGit2Sharp: path too long:. How can I resolve this?

The library has next to none documentation.

0

There are 0 answers