Skip to content

Instantly share code, notes, and snippets.

@micahwalter
Last active April 18, 2016 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micahwalter/7f71ee26b3798b02309e2120e1ae10f9 to your computer and use it in GitHub Desktop.
Save micahwalter/7f71ee26b3798b02309e2120e1ae10f9 to your computer and use it in GitHub Desktop.
micah@ubuntu:~/Data$ git clone git@github.com:cooperhewitt/the-pen-data.git
Cloning into 'the-pen-data'...
remote: Counting objects: 42, done.
remote: Total 42 (delta 0), reused 0 (delta 0), pack-reused 42
Receiving objects: 100% (42/42), 11.93 KiB | 0 bytes/s, done.
Resolving deltas: 100% (17/17), done.
Checking connectivity... done.
Downloading data/pen-collected-items.csv (159.08 MB)
Error downloading object: data/pen-collected-items.csv (f0a5de8f675eb5152d1d79778adb8f92b4d202e05437fcdab409221cbedf2219)
Errors logged to /home/micah/Data/the-pen-data/.git/lfs/objects/logs/20160418T153653.014053838.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: data/pen-collected-items.csv: 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'
micah@ubuntu:~/Data$ cd the-pen-data/
micah@ubuntu:~/Data/the-pen-data$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
deleted: .gitattributes
deleted: .gitignore
deleted: LICENSE.md
deleted: README.md
deleted: data/pen-collected-items.csv
Untracked files:
(use "git add <file>..." to include in what will be committed)
.gitattributes
.gitignore
LICENSE.md
README.md
micah@ubuntu:~/Data/the-pen-data$
micah@ubuntu:~/Data/the-pen-data$ cat /home/micah/Data/the-pen-data/.git/lfs/objects/logs/20160418T153653.014053838.log
git-lfs/1.2.0 (GitHub; linux amd64; go 1.6.1; git 9bd3b8e)
git version 2.5.0
$ git-lfs smudge -- data/pen-collected-items.csv
Error downloading object: data/pen-collected-items.csv (f0a5de8f675eb5152d1d79778adb8f92b4d202e05437fcdab409221cbedf2219)
Git LFS is disabled for this repository.
Docs: https://github.com/contact
goroutine 1 [running]:
github.com/github/git-lfs/lfs.Stack(0x0, 0x0, 0x0)
/Users/rick/go/src/github.com/github/git-lfs/lfs/errors.go:566 +0x80
github.com/github/git-lfs/commands.logPanicToWriter(0x7f7843da4358, 0xc820026048, 0x7f7843d730b0, 0xc82043c9f0)
/Users/rick/go/src/github.com/github/git-lfs/commands/commands.go:195 +0xf80
github.com/github/git-lfs/commands.logPanic(0x7f7843d730b0, 0xc82043c9f0, 0x0, 0x0)
/Users/rick/go/src/github.com/github/git-lfs/commands/commands.go:159 +0x412
github.com/github/git-lfs/commands.handlePanic(0x7f7843d730b0, 0xc82043c9f0, 0x0, 0x0)
/Users/rick/go/src/github.com/github/git-lfs/commands/commands.go:134 +0x4e
github.com/github/git-lfs/commands.LoggedError(0x7f7843d730b0, 0xc82043c9f0, 0xa13540, 0x21, 0xc820141c98, 0x2, 0x2)
/Users/rick/go/src/github.com/github/git-lfs/commands/commands.go:84 +0x82
github.com/github/git-lfs/commands.smudgeCommand(0xc416c0, 0xc8200af880, 0x1, 0x2)
/Users/rick/go/src/github.com/github/git-lfs/commands/command_smudge.go:79 +0xdcb
github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra.(*Command).execute(0xc416c0, 0xc8200af6e0, 0x2, 0x2, 0x0, 0x0)
/Users/rick/go/src/github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra/command.go:477 +0x3f4
github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra.(*Command).Execute(0xc42700, 0x0, 0x0)
/Users/rick/go/src/github.com/github/git-lfs/vendor/_nuts/github.com/spf13/cobra/command.go:551 +0x46a
github.com/github/git-lfs/commands.Run()
/Users/rick/go/src/github.com/github/git-lfs/commands/commands.go:99 +0x23
main.main()
/Users/rick/go/src/github.com/github/git-lfs/git-lfs.go:34 +0x12e
ENV:
LocalWorkingDir=/home/micah/Data/the-pen-data
LocalGitDir=/home/micah/Data/the-pen-data/.git
LocalGitStorageDir=/home/micah/Data/the-pen-data/.git
LocalMediaDir=/home/micah/Data/the-pen-data/.git/lfs/objects
LocalReferenceDir=
TempDir=/home/micah/Data/the-pen-data/.git/lfs/tmp
ConcurrentTransfers=3
BatchTransfer=true
GIT_DIR=.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment