Describe the bug
After running npx skills add heygen-com/hyperframes I got the following error:
Failed to clone https://github.com/heygen-com/hyperframes.git: Cloning into
'/var/folders/fg/rb4d4ydn0yv71v2s89wf_1f00000gn/T/skills-KG5PyK'...
git-lfs filter-process: git-lfs: command not found
│ git-lfs filter-process: git-lfs: command not found
│ fatal: the remote end hung up unexpectedly │
│ warning: Clone succeeded, but checkout failed.
│
│ You can inspect what was checked out with 'git status'
│
│ and retry with 'git restore --source=HEAD :/'
The fix was clear, but I just wanted to flag this.
brew install git-lfs
Then retry:
npx skills add heygen-com/hyperframes
(brew applies to macOS)
Link to reproduction
https://www.apple.com
Steps to reproduce
npx skills add heygen-com/hyperframes on a machine without git-lfs installed
Expected behavior
Should check for the presence of git-lfs , install it, and/or prompt the user in a more elegant way that they need to install it.
Actual behavior
Throws a big error and didn't seem to install as expected.
Environment
Additional context
No response
Describe the bug
After running
npx skills add heygen-com/hyperframesI got the following error:The fix was clear, but I just wanted to flag this.
(
brewapplies to macOS)Link to reproduction
https://www.apple.com
Steps to reproduce
npx skills add heygen-com/hyperframes on a machine without git-lfs installed
Expected behavior
Should check for the presence of git-lfs , install it, and/or prompt the user in a more elegant way that they need to install it.
Actual behavior
Throws a big error and didn't seem to install as expected.
Environment
Additional context
No response