Skip to content

Fix: update npx command to correct GitHub repository URL #1488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 25, 2025

Conversation

jdjin0511
Copy link
Contributor

TLDR

Fix broken npx command with correct GitHub repository URL for gemini-cli installation.

Dive Deeper

The previous npx command pointed to an non-existent repository path, making it impossible for users to execute the CLI directly from GitHub. Updated to use the correct google-gemini/gemini-cli repository URL.

jerop
jerop previously approved these changes Jun 25, 2025
Copy link
Collaborator

@jerop jerop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution!

@jerop jerop dismissed their stale review June 25, 2025 18:31

review again

@allenhutchison allenhutchison added this pull request to the merge queue Jun 25, 2025
Merged via the queue into google-gemini:main with commit aa0e375 Jun 25, 2025
4 checks passed
cata-enache added a commit to cata-enache/gemini-cli that referenced this pull request Jun 28, 2025
* feat: Refine model fallback messaging to reflect reality. (google-gemini#1527)

* Fixed Checkpointing docs for enabling checkpointing using settings.json (google-gemini#1534)

* Add information request to bug reports: login method. (google-gemini#1501)

* Fix: update npx command to correct GitHub repository URL (google-gemini#1488)

* Adding some troubleshooting text for login issues (google-gemini#1451)

* Add tos and privacy links docs for clarity (google-gemini#1571)

* changed 429 failover from 3 consecutive to 2 for OAuth users (google-gemini#1579)

* Minor style changes to prompt (google-gemini#1578)

* fix(telemetry): handle all promise rejections in ClearcutLogger (google-gemini#1557)

Co-authored-by: Scott Densmore <[email protected]>

* prompt users to search for existing issues before creating a new one (google-gemini#1595)

* Update docs and add faq section (google-gemini#1625)

* Update README.md (google-gemini#1632)

* Update usage stats doc (google-gemini#1636)

* Merge "Login with Google Workspace" auth option into "Login with Google" (google-gemini#1574)

Co-authored-by: Scott Densmore <[email protected]>

* Streamline issue submission with YAML forms (google-gemini#1608)

* 429 fix (google-gemini#1668)

* feat: add release trigger configuration (google-gemini#1697)

* Fix doc link in the auth dialog  (google-gemini#1688)

* chore: bump to 0.1.5 (google-gemini#1731)

* Update LICENSE (google-gemini#1664)

* fix: add engines check to ensure older Node.js versions don't fail at… (google-gemini#1752)

* When resuming a checkpoint always add items to history even if not shown (google-gemini#1653)

Co-authored-by: Scott Densmore <[email protected]>

* Update geminiChat.ts (google-gemini#1681)

Co-authored-by: Scott Densmore <[email protected]>

* chore: fix typos in comment-out (google-gemini#1540)

Co-authored-by: Scott Densmore <[email protected]>

* Flaky test (google-gemini#1405)

Co-authored-by: matt korwel <[email protected]>
Co-authored-by: Scott Densmore <[email protected]>

* fix: remove unnecessary @gemini-code/core mock from slashCommandProcessor test (google-gemini#1739)

Co-authored-by: Scott Densmore <[email protected]>

* docs: fix multiple typos in documentation files (google-gemini#1781)

* docs: fix broken configuration link in themes.md (google-gemini#1780)

* feat: Add model selection logic (google-gemini#1678)

* Improve LoadCodeAssist error handling (google-gemini#1645)

* Revert "feat: Add model selection logic (google-gemini#1678)" (google-gemini#1983)

* Updating the first user message to mention the product name (google-gemini#2037)

* fix: add repository field to package.jsons (google-gemini#2032)

* feat: add prepublishOnly checks (google-gemini#2052)

* Explicit message for missing subcommand (google-gemini#2019)

* Fix typos and formatting issues (google-gemini#1480)

* Use 2-space indent for saved checkpoint files (google-gemini#1152) (google-gemini#1977)

Co-authored-by: Jacob Richman <[email protected]>

* Refine Fallback message providing more options. (google-gemini#1961)

* Add the current auth method and GCP Project config to the about message (google-gemini#2112)

* Further clarify the situations where a Project ID is required (google-gemini#2029)

Co-authored-by: Tommaso Sciortino <[email protected]>

* Handle stdin for prompts using readline for escape character parsing (google-gemini#1972)

* Add privacy notice slash command (google-gemini#2059)

* chore: bump to 0.1.6 (google-gemini#2285)

* Fix a circular dependency (google-gemini#2246)

Co-authored-by: Scott Densmore <[email protected]>

* Update Auth Label to include AI Studio (google-gemini#2130)

Co-authored-by: Allen Hutchison <[email protected]>

* fix: add missing gaxios dependency (google-gemini#2302)

* Upgrade to Ink 6 and React 19 (google-gemini#2096)

Co-authored-by: jacob314 <[email protected]>

* Updates error handling in case of incorrect tool calling. (google-gemini#2304)

* chore: bump to 0.1.8 (google-gemini#2308)

* add issue triage using gemini cli (google-gemini#2310)

* improve triage prompt (google-gemini#2314)

* chore: fix typo in mcp-client (google-gemini#1555)

Co-authored-by: Scott Densmore <[email protected]>

* Fix typos (google-gemini#1629)

Co-authored-by: Scott Densmore <[email protected]>
Co-authored-by: Jacob Richman <[email protected]>

* quiet dotenv log message (google-gemini#2239)

Co-authored-by: Scott Densmore <[email protected]>

* Inline the description and schema of the shell tool in the source (google-gemini#1709)

---------

Co-authored-by: N. Taylor Mullen <[email protected]>
Co-authored-by: Arjun Lall <[email protected]>
Co-authored-by: Jenna Inouye <[email protected]>
Co-authored-by: DongJin Jeong <[email protected]>
Co-authored-by: Mark McDonald <[email protected]>
Co-authored-by: anj-s <[email protected]>
Co-authored-by: Bryan Morgan <[email protected]>
Co-authored-by: Seth Troisi <[email protected]>
Co-authored-by: zhiyue <[email protected]>
Co-authored-by: Scott Densmore <[email protected]>
Co-authored-by: Jerop Kipruto <[email protected]>
Co-authored-by: Logan Kilpatrick <[email protected]>
Co-authored-by: Tommaso Sciortino <[email protected]>
Co-authored-by: Brandon Keiji <[email protected]>
Co-authored-by: mpAtGoogle <[email protected]>
Co-authored-by: Jennifer Davis <[email protected]>
Co-authored-by: Billy Biggs <[email protected]>
Co-authored-by: Andrew Drozdov <[email protected]>
Co-authored-by: Noritaka Kobayashi <[email protected]>
Co-authored-by: Keith Ballinger <[email protected]>
Co-authored-by: matt korwel <[email protected]>
Co-authored-by: Masato Sugiyama <[email protected]>
Co-authored-by: 김진엽 (Nathan) <[email protected]>
Co-authored-by: Vladislav Semyanov <[email protected]>
Co-authored-by: Jacob Richman <[email protected]>
Co-authored-by: Srinath Padmanabhan <[email protected]>
Co-authored-by: Preston Holmes <[email protected]>
Co-authored-by: Xi Chen <[email protected]>
Co-authored-by: Philipp Schmid <[email protected]>
Co-authored-by: Allen Hutchison <[email protected]>
Co-authored-by: Sandy Tao <[email protected]>
Co-authored-by: Vachan <[email protected]>
Co-authored-by: SADIK KUZU <[email protected]>
Co-authored-by: Mot <[email protected]>
yaleh pushed a commit to yaleh/gemini-cli that referenced this pull request Jun 29, 2025
viridivn pushed a commit to viridivn/gemini-cli that referenced this pull request Jun 29, 2025
XCTianer pushed a commit to datanger/gemini-cli that referenced this pull request Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants