-
Notifications
You must be signed in to change notification settings - Fork 2k
Permission options 2 and 3 not persisting in Windows 11 CMD (re-prompts every time) #2669
Copy link
Copy link
Open
Labels
status/needs-triageIssue needs to be triaged and labeledIssue needs to be triaged and labeledtype/bugSomething isn't working as expectedSomething isn't working as expected
Description
What happened?
When using Qwen Code in Windows 11 CMD, selecting:
- "Always allow in this project"
- "Always allow for this user"
does not persist the permission.
The tool continues to prompt:
Allow execution of: 'git'?
on every run, even after selecting options 2 or 3 multiple times.
Steps to reproduce
- Open Windows 11 Command Prompt (CMD)
- Run a command that triggers the permission prompt (e.g. git execution via Qwen Code)
- Select:
- Option 2: Always allow in this project
OR - Option 3: Always allow for this user
- Option 2: Always allow in this project
- Run the same command again
Actual behavior
The prompt appears every time, as if no permission was saved.
Additional context
- Happens consistently
- Feels like permission state is not being written or read properly on Windows CMD
- Might be related to config storage path or shell-specific behavior
What did you expect to happen?
Expected behavior
The permission should be saved, and the prompt should not appear again for the same command.
Client information
Environment
- OS: Windows 11
- Shell: CMD (not PowerShell, not WSL)
Login information
No response
Anything else we need to know?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status/needs-triageIssue needs to be triaged and labeledIssue needs to be triaged and labeledtype/bugSomething isn't working as expectedSomething isn't working as expected