When I try to install the claude code plugin, I see:
/Users/<me>/.claude/local/claude plugin marketplace add Ryandonofrio3/osgre
Adding marketplace...
Cloning via SSH: git@github.com:Ryandonofrio3/osgre.git
Cloning repository: git@github.com:Ryandonofrio3/osgre.git
SSH clone failed, retrying with HTTPS: https://github.com/Ryandonofrio3/osgre.git
Cloning repository: https://github.com/Ryandonofrio3/osgre.git
✘ Failed to add marketplace: Failed to clone marketplace repository: HTTPS authentication failed. You may need to configure credentials, or use an SSH URL for GitHub repositories.
Original error: Cloning into '/Users/<me>/.claude/plugins/marketplaces/Ryandonofrio3-osgre'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
It looks like there is a typo on the GH repo configured there, specifically that it is missing the final p in osgrep?
When installing with the utility script:
osgrep install-claude-code
❌ Error installing plugin:
Error: spawn claude ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:286:19)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:89:21) {
errno: -2,
code: 'ENOENT',
syscall: 'spawn claude',
path: 'claude',
spawnargs: [ 'plugin', 'marketplace', 'add', 'Ryandonofrio3/osgrep' ]
}
Troubleshooting:
- Ensure you have Claude Code version 2.0.36 or higher installed
- Try running: claude plugin marketplace list
- Check the Claude Code documentation: https://code.claude.com/docs
Claude is definitely installed and has the right version:
/Users/<me>/.claude/local/claude --version
2.0.69 (Claude Code)
When I try to install the claude code plugin, I see:
It looks like there is a typo on the GH repo configured there, specifically that it is missing the final
pinosgrep?When installing with the utility script:
osgrep install-claude-code ❌ Error installing plugin: Error: spawn claude ENOENT at ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { errno: -2, code: 'ENOENT', syscall: 'spawn claude', path: 'claude', spawnargs: [ 'plugin', 'marketplace', 'add', 'Ryandonofrio3/osgrep' ] } Troubleshooting: - Ensure you have Claude Code version 2.0.36 or higher installed - Try running: claude plugin marketplace list - Check the Claude Code documentation: https://code.claude.com/docsClaude is definitely installed and has the right version: