You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature or problem you’d like to solve
I attempted to review a PR on a git-lfs-enabled repo. Error occurred:
gh pr checkout 89
Branch 'xxx' set up to track remote branch 'xxx' from 'origin'.
Switched to a new branch 'xxx'
This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-checkout.
exit status 1
Proposed solution
Problem was solved by putting git-lfs binary into the snap filesystem:
Describe the feature or problem you’d like to solve
I attempted to review a PR on a git-lfs-enabled repo. Error occurred:
Proposed solution
Problem was solved by putting
git-lfs
binary into the snap filesystem:The text was updated successfully, but these errors were encountered: