You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. This repository enforces signed commits as a mandatory rule. Every `git commit` must be signed (GPG or SSH signing, following local Git configuration).
6
+
2.`--no-gpg-sign`, disabling signing config, or any equivalent bypass is strictly prohibited.
7
+
3. In this Windows sandbox environment, commit signing will predictably fail without elevation (for example, keyring/lockfile/pinentry access issues). Do not make repeated non-elevated commit attempts.
8
+
4. If signing fails or is expected to fail in sandbox, you must immediately request escalation and retry with signing enabled.
9
+
5. If escalation is not granted, stop and ask the user how to proceed. Do not create an unsigned commit.
0 commit comments