Skip to content

BitByBit Academy Step 1: Verify SSH authentication #1

@github-actions

Description

@github-actions

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

  1. comment on this issue with a short summary of your results
  2. include any WARN items you still need to fix
  3. close this issue

When this issue is closed, the next guided issue will be created automatically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    courseInteractive course issuecourse:step-1Interactive course step 1: authentication

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions