BitByBit Academy Step 1: Verify SSH authentication
Work in your own template copy of this repository.
Read First
Before You Run Anything
If you have not cloned your template copy locally yet, do that first.
Recommended first clone:
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name
Use HTTPS for the first clone because SSH is configured in this step.
Your Task
Run the authentication check from the root of your repository.
macOS/Linux:
bash scripts/run-auth-check.sh
Windows PowerShell:
powershell -ExecutionPolicy Bypass -File scripts/run-auth-check.ps1
Windows Command Prompt:
scripts\run-auth-check.cmd
What This Check Validates
- Git is installed
- your Git identity is configured
- your SSH key pair exists
ssh-agent is available
- GitHub SSH authentication works when requested
What Success Looks Like
- the authentication check finishes with no
FAIL
- you understand that this step is about authentication, not commit signing yet
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 next guided issue will be created automatically.
BitByBit Academy Step 1: Verify SSH authentication
Work in your own template copy of this repository.
Read First
Before You Run Anything
If you have not cloned your template copy locally yet, do that first.
Recommended first clone:
git clone https://github.com/your-username/your-repo-name.git cd your-repo-nameUse HTTPS for the first clone because SSH is configured in this step.
Your Task
Run the authentication check from the root of your repository.
macOS/Linux:
Windows PowerShell:
Windows Command Prompt:
What This Check Validates
ssh-agentis availableWhat Success Looks Like
FAILWhen You Finish
WARNitems you still need to fixWhen this issue is closed, the next guided issue will be created automatically.