gh-worktree icon indicating copy to clipboard operation
gh-worktree copied to clipboard

"not found"

Open aryairani opened this issue 1 year ago • 2 comments

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

aryairani avatar Aug 29 '24 13:08 aryairani

% 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

aryairani avatar Aug 29 '24 13:08 aryairani

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!

courtenay avatar Oct 23 '25 07:10 courtenay