mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-25 13:30:45 -07:00
fix(offload): resolve syntax error and finalize setup script
This commit is contained in:
@@ -139,6 +139,7 @@ Host ${sshAlias}
|
||||
if (fs.existsSync(lp)) {
|
||||
spawnSync(`${rsyncBase} ${lp} ${remoteHost}:~/.gemini/google_accounts.json`, { shell: true });
|
||||
}
|
||||
}
|
||||
// 4. Scoped Token Onboarding
|
||||
if (await confirm('Generate a scoped, secure token for the autonomous agent? (Recommended)')) {
|
||||
// Correct URL for Fine-Grained PAT (Beta)
|
||||
|
||||
Reference in New Issue
Block a user