cake-contrib / Cake_Git

Cake AddIn that extends Cake with Git features using LibGit2 and LibGit2Sharp
https://cakebuild.net/extensions/cake-git
Other
39 stars 63 forks source link

Clone lfs repository #114

Closed Luca-Jacopini closed 3 years ago

Luca-Jacopini commented 4 years ago

How can i clone a lfs enabled git repository ?

pascalberger commented 4 years ago

The Cake.Git addin uses internally LibGit2Sharp which doesn't support Git LFS. If you have Git and Git LFS locally you can call out to git clone using one of Cakes process aliases.