[vtk-developers] Does Kitware have a git-lfs server?
Bill Lorensen
bill.lorensen at gmail.com
Mon Dec 4 09:38:47 EST 2017
I set up a repo on gitlab.kitware.com called VTKExamplesLFS.
Then, in my github hosted VTKExamples
git config -f .lfsconfig remote.origin.lfsurl
https://gitlab.kitware.com/lorensen/VTKExamplesLFS.git/info/lfs
git add .ifconfig
git lfs fetch origin --all
git lfs push origin master --all
This moved all of my lfs files from github to gitlab.kitware.com.
The VTKExamplesLFS repo shows up as empty, but the files are stored
there somewhere.
I'll eventually writeup something on my experiences with git lfs.
On Mon, Dec 4, 2017 at 9:29 AM, Ben Boeckel <ben.boeckel at kitware.com> wrote:
> On Sun, Dec 03, 2017 at 11:46:46 -0500, Bill Lorensen wrote:
>> I was able to use gitlab.kitware.com to host the LFS files for
>> repositories on github.
>
> Nifty. How is that done?
>
> --Ben
--
Unpaid intern in BillsBasement at noware dot com
More information about the vtk-developers
mailing list