Questions tagged [git-lfs-migrate]

33 questions
0
votes
1 answer

Why git clone fails for some repository names?

I just migrated with git-lfs a clone of my existing repository from the local directory /mnt/1TB/DataWin_to_sync/GITRepoWin/ubuntu18-config.git but without pushing (the push failed in fact). Then I created a new git repository in another directory…
Adrian
  • 3,321
  • 2
  • 29
  • 46
0
votes
1 answer

git lfs migrate import --no-rewrite unknown flag --no-rewrite

I'm trying to fix missing pointers issue using git lfs migrate import --no-rewrite first i list all the files that had missing pointers using git reset --hard: new Promise((resolve, reject) => { exec("git reset --hard", (error, stdout, stderr)…
Marcin
  • 510
  • 6
  • 22
0
votes
1 answer

Git LFS Migrate fails with "could not update refs: exit status 129"

I'm running git lfs migrate on a clean --mirror clone of my git repo, using the following command: git lfs migrate import --include=/path/to/[dir_to_convert_to_lfs]/** --everything The output from this is: $ git lfs migrate import…
amaidment
  • 6,942
  • 5
  • 52
  • 88
1 2
3