gh-worktree
gh-worktree copied to clipboard
"not found"
It used to work for me, but now it doesn't
% gh worktree
not found
arya@halp trunk % gh extensions list
NAME REPO VERSION
gh worktree despreston/gh-worktree v1.0.0
% gh version
gh version 2.55.0 (2024-08-20)
https://github.com/cli/cli/releases/tag/v2.55.0
% gh extensions remove worktree
✓ Removed extension worktree
arya@halp trunk % gh extensions install despreston/gh-worktree
✓ Installed extension despreston/gh-worktree
arya@halp trunk % gh worktree
not found
the issue is that the version you deploy out of GitHub extension install is outdated and needs to use the latest HEAD which has a go version update. it can't find your go binary. maybe there's an action or a push that the owner needs to run, or manually install it yourself!