mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-10 13:22:51 -07:00
Shorten temp directory (#17901)
This commit is contained in:
@@ -33,6 +33,7 @@ export class GitService {
|
||||
'Checkpointing is enabled, but Git is not installed. Please install Git or disable checkpointing to continue.',
|
||||
);
|
||||
}
|
||||
await this.storage.initialize();
|
||||
try {
|
||||
await this.setupShadowGitRepository();
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user