Replies: 3 comments 1 reply
-
I only have to log in once. Can you make sure you're using the newest version? (0.1.6). Also, it should be writing auth preferences in |
Beta Was this translation helpful? Give feedback.
-
Something is wrong then on my macOS 15.5 (24F74) on a MacBook Pro Intel. I’ve just removed ~/.gemini and installed cat ~/.gemini/settings.json {
"selectedAuthType": "oauth-personal",
"theme": "Atom One",
"preferredEditor": "cursor"
} cat {
"access_token": "ya29.a...",
"refresh_token": "1//09vx...",
"scope": "https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/cloud-platform openid",
"token_type": "Bearer",
"id_token": "eyJhbGci...",
"expiry_date": 1751158204532
} cat ~/.gemini/user_id gemini --version |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I start
gemini
CLI without an API key, the app opens the default browser, asking me to log in with the Google account that’s eligible for the "free tier" usage. How can I skip this browser authentication happening every single time I startgemini
CLI?Beta Was this translation helpful? Give feedback.
All reactions