'Error downloading object' with git-lfs 1.1.1
Gitlab CE 8.4.3 git-lfs 1.1.1
When cloning a repo using git-lfs version 1.1.1 I get an error downloading files:
git clone git@HOST:GROUP/pbuilder-tarballs.git
Cloning into 'pbuilder-tarballs'...
remote: Counting objects: 30, done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 30 (delta 6), reused 0 (delta 0)
Receiving objects: 100% (30/30), 4.98 KiB | 0 bytes/s, done.
Resolving deltas: 100% (6/6), done.
Checking connectivity... done.
Downloading jessie.tgz (202.25 MB)
Error downloading object: jessie.tgz (20d81d611aa90e31bcdc0f77a9767588fb192216912fe1a9ab3b100b8501b803)
Errors logged to /tmp/pbuilder-tarballs/.git/lfs/objects/logs/20160217T141447.402572534.log
Use `git lfs logs last` to view the log.
error: external filter git-lfs smudge %f failed 2
error: external filter git-lfs smudge %f failed
fatal: jessie.tgz: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
The git lfs logs say:
git-lfs/1.1.1 (GitHub; darwin amd64; go 1.5.3)
git version 2.7.1
$ git-lfs smudge jessie.tgz
Error downloading object: jessie.tgz (20d81d611aa90e31bcdc0f77a9767588fb192216912fe1a9ab3b100b8501b803)
exit status 1
goroutine 1 [running]:
github.com/github/git-lfs/lfs.Stack(0x0, 0x0, 0x0)
/private/tmp/git-lfs20160205-83071-1xrm8js/git-lfs-1.1.1/src/github.com/github/git-lfs/lfs/errors.go:557 +0x80
github.com/github/git-lfs/commands.logPanicToWriter(0x89d1e8, 0xc820126008, 0xda0290, 0xc8201240f0)
/private/tmp/git-lfs20160205-83071-1xrm8js/git-lfs-1.1.1/src/github.com/github/git-lfs/commands/commands.go:184 +0xf7f
github.com/github/git-lfs/commands.logPanic(0xda0290, 0xc8201240f0, 0x0, 0x0)
/private/tmp/git-lfs20160205-83071-1xrm8js/git-lfs-1.1.1/src/github.com/github/git-lfs/commands/commands.go:148 +0x421
github.com/github/git-lfs/commands.handlePanic(0xda0290, 0xc8201240f0, 0x0, 0x0)
/private/tmp/git-lfs20160205-83071-1xrm8js/git-lfs-1.1.1/src/github.com/github/git-lfs/commands/commands.go:123 +0x4e
github.com/github/git-lfs/commands.LoggedError(0xda0290, 0xc8201240f0, 0x56b4a0, 0x21, 0xc820117c98, 0x2, 0x2)
/private/tmp/git-lfs20160205-83071-1xrm8js/git-lfs-1.1.1/src/github.com/github/git-lfs/commands/commands.go:73 +0x82
github.com/github/git-lfs/commands.smudgeCommand(0x760060, 0xc820011b90, 0x1, 0x1)
/private/tmp/git-lfs20160205-83071-1xrm8js/git-lfs-1.1.1/src/github.com/github/git-lfs/commands/command_smudge.go:77 +0xd89
github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra.(*Command).execute(0x760060, 0xc820011ae0, 0x1, 0x1, 0x0, 0x0)
/private/tmp/git-lfs20160205-83071-1xrm8js/git-lfs-1.1.1/src/github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra/command.go:477 +0x403
github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra.(*Command).Execute(0x7610a0, 0x0, 0x0)
/private/tmp/git-lfs20160205-83071-1xrm8js/git-lfs-1.1.1/src/github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra/command.go:551 +0x46a
github.com/github/git-lfs/commands.Run()
/private/tmp/git-lfs20160205-83071-1xrm8js/git-lfs-1.1.1/src/github.com/github/git-lfs/commands/commands.go:88 +0x23
main.main()
/private/tmp/git-lfs20160205-83071-1xrm8js/git-lfs-1.1.1/git-lfs.go:34 +0x12e
ENV:
LocalWorkingDir=/tmp/pbuilder-tarballs
LocalGitDir=/tmp/pbuilder-tarballs/.git
LocalGitStorageDir=/tmp/pbuilder-tarballs/.git
LocalMediaDir=/tmp/pbuilder-tarballs/.git/lfs/objects
TempDir=/tmp/pbuilder-tarballs/.git/lfs/tmp
ConcurrentTransfers=3
BatchTransfer=true
GIT_DIR=.git
I'm using git-lfs from homebrew, but I get the same error with git-lfs 1.1.1 from Ubuntu
Downgrading to git-lfs 1.1.0 allows me to clone the repo.
Edited by 🤖 GitLab Bot 🤖