BitByBit Academy Step 2: Verify commit signing
You are ready for the signing checkpoint.
Read First
Your Task
Run the full setup check from the root of your repository.
macOS/Linux:
bash scripts/run-full-check.sh
Windows PowerShell:
powershell -ExecutionPolicy Bypass -File scripts/run-full-check.ps1
Windows Command Prompt:
scripts\run-full-check.cmd
What This Check Validates
- Git is configured for SSH signing
- the configured signing key exists
- automatic commit signing is enabled
- your SSH key pair is available
- your repository remote is configured correctly
What Success Looks Like
- the full setup check finishes with no
FAIL
- you can explain what GitHub means by
Verified
When You Finish
- comment on this issue with a short summary of your results
- include any
WARN items you still need to fix
- close this issue
When this issue is closed, the practice pull request issue will be created automatically.
BitByBit Academy Step 2: Verify commit signing
You are ready for the signing checkpoint.
Read First
Your Task
Run the full setup check from the root of your repository.
macOS/Linux:
Windows PowerShell:
Windows Command Prompt:
What This Check Validates
What Success Looks Like
FAILVerifiedWhen You Finish
WARNitems you still need to fixWhen this issue is closed, the practice pull request issue will be created automatically.