forked from cline/cline
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed as not planned
Closed as not planned
Copy link
Labels
Issue/PR - TriageNew issue. Needs quick review to confirm validity and assign labels.New issue. Needs quick review to confirm validity and assign labels.bugSomething isn't workingSomething isn't working
Description
Problem (one or two sentences)
RooCode is incorrectly telling me that checkpointing is disabled because of nested Git repositories.
Context (who is affected and when)
Any time I try and run a task.
Reproduction steps
- Create a new workspace folder.
- Clone a Git repository into that folder, so that the Git repository appears as a child folder (i.e.,
/workspace-root/cloned-repository/
) - Open the workspace folder in VSCode, and then try and run any RooCode tasks.
Expected result
The task should start and run normally.
Actual result
The task runs, but warns that checkpointing is disabled due to nested Git repositories.
Variations tried (optional)
Tried running RooCode directly in a cloned repository - error did not occur.
App Version
3.28.3
API Provider (optional)
AWS Bedrock
Model Used (optional)
N/A
Roo Code Task Links (optional)
No response
Relevant logs or errors (optional)
I suspect that, since my workspace root is not a Git repository, RooCode is actually initializing shadow-git there and therefore creating nested repositories on its own.
[Task#getCheckpointService] initializing shadow git
[t#getNestedGitRepository] found 3 nested git repositories, first at: vela
[Task#getCheckpointService] initShadowGit -> Checkpoints are disabled because a nested git repository was detected at: vela. Please remove or relocate nested git repositories to use the checkpoints feature.
vincenthsing and MintuJ
Metadata
Metadata
Assignees
Labels
Issue/PR - TriageNew issue. Needs quick review to confirm validity and assign labels.New issue. Needs quick review to confirm validity and assign labels.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done