-
hi, how can i log in with my google account in gemini cli inside powershell. i mean how to set the project id in the way that gemini CLI can read it? |
Beta Was this translation helpful? Give feedback.
Answered by
ZzZQaQFFF
Jun 26, 2025
Replies: 1 comment 1 reply
-
$env:GOOGLE_CLOUD_PROJECT="your-project-id" |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
op30mmd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$env:GOOGLE_CLOUD_PROJECT="your-project-id"
In PowerShell