trace git-lfs: Error reading cert file "/ssl/certs/ca-bundle.crt": open /ssl/cer ts/ca-bundle.crt: The system cannot find the path specified.
trace git-lfs: HTTP: POST http://xxxx@git.phenom-games.com/scm/wa/xa.git/info/lfs/objects/batch
error: external filter git-lfs smudge -- %f failed -1
error: external filter git-lfs smudge -- %f failed
fatal: MainGame2/Content/Characters/DragonTamer/Mesh/youshou.uasset: smudge filt er lfs failed
hi there!
we have (a few months later) a similar issue. We are a small team working with bitbucket cloud + git + git-lfs and using source tree as GUI. Two mates from my team get the following error just after cloning the repo on their machines:
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree -c lfs.customtransfer.bitbucket-media-api.path=/Applications/SourceTree.app/Contents/Resources/git_local/git-lfs/git-lfs-bitbucket-media-api checkout develop Downloading 170502_Book-specs_v01.indd (2.57 MB) Error downloading object: 170502_Book-specs_v01.indd (9b201ca4b54f94db292a99ceeca615a3346f1475ae6432634b138a5f9d1e7b4d) Errors logged to /Users/Simone/Desktop/ideasPres01/ideascity_pres01/.git/lfs/objects/logs/20170504T223044.393354148.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: 170502_Book-specs_v01.indd: smudge filter lfs failed Completed with errors, see above
I looked into git-lfs issue tracker and it looks like this problem has been solved there. Any advice?
Which version of Git LFS are you using? git lfs version
If you're not running the latest, I would suggest trying an upgrade first.
One person in https://github.com/github/git-lfs/issues/911 mentioned they did the following which resolved the issue:
git config credential.helper manager
git lfs pull
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.