Migrating existing git lfs repo to new – error: GH008: Your push referenced at least 2 unknown Git LFS objects:
I have my base github repo where I initialized git lfs. I believe that it uses this free git lfs server from github. Now I have some large binary files so I wanted to migrate all my lfs files to my new lfs server, but keep github repo unchanged. So I did git lfs fetch --all
then git lfs pull
so I pulled all my LFS files from basic git lfs server, then I changed URL in .lfsconfig
to my new git server and I did git pull
. I can see on my server that I pulled all files to new server. But the problem is when I want to git lfs track, git add new file
, after git push
I got an error: