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
Copy file name to clipboardExpand all lines: workshop/02a-setup-codespace.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ Make sure you have completed Step 1, then re-check the items that matter for thi
11
11
- Copilot access enabled on your account (verify at [github.com/settings/copilot](https://github.com/settings/copilot))
12
12
- Access to [GitHub Codespaces](side-quest-01-02-environment-reference.md#github-codespaces) on your plan (available on GitHub Free for public repositories and on paid plans)
13
13
14
-
| Path | Best for | Next step |
15
-
|------|----------|-----------|
16
-
| 📱 Mobile / Copilot app | No terminal or local install | Not this path — [go to Step 3b: GitHub UI Path →](03b-create-your-repo-ui.md)|
17
-
| 🤖 Copilot Cloud Agent (CCA) | Browser-only with CCA; no local install |[Start at Step 3b →](03b-create-your-repo-ui.md), then continue later with the browser-only adventure in [Step 10](10-choose-your-scenario.md#adventure-e-browser-only-daily-status-workflow-for-cca-and-mobile)|
18
-
| ☁️ Codespace | Browser terminal; no local installs | ✅ Continue below |
19
-
| 💻 Local terminal | Your own machine and tools |[Switch to Adventure B →](02b-setup-local.md)|
14
+
| Path | Best for |Plan required |Next step |
15
+
|------|----------|---------------|-----------|
16
+
| 📱 Mobile / Copilot app | No terminal or local install |None |Not this path — [go to Step 3b: GitHub UI Path →](03b-create-your-repo-ui.md)|
17
+
| 🤖 Copilot Cloud Agent (CCA) | Browser-only with CCA; no local install |Copilot access |[Start at Step 3b →](03b-create-your-repo-ui.md), then continue later with the browser-only adventure in [Step 10](10-choose-your-scenario.md#adventure-e-browser-only-daily-status-workflow-for-cca-and-mobile)|
18
+
| ☁️ Codespace | Browser terminal; no local installs |Codespaces access (free for public repos) |✅ Continue below |
19
+
| 💻 Local terminal | Your own machine and tools |None |[Switch to Adventure B →](02b-setup-local.md)|
20
20
21
21
> [!IMPORTANT]
22
22
> <details>
@@ -68,7 +68,12 @@ Codespaces auto-save your work. If you close the tab, open [github.com/codespace
68
68
> [!TIP]
69
69
> If the terminal in your Codespace shows a `$` prompt, the container is ready. If you see an error, see [install troubleshooting](side-quest-06-01-install-troubleshooting.md).
70
70
71
-
If this is your first time in a terminal, see [Side Quest: Terminal Basics](side-quest-01-01-terminal-basics.md) for a quick orientation on navigating folders and running commands.
71
+
<details>
72
+
<summary>First time in a terminal?</summary>
73
+
74
+
Type your command after the `$` prompt and press Enter. Output appears below; a new `$` prompt means the command finished. See [Side Quest: Terminal Basics](side-quest-01-01-terminal-basics.md) for more.
75
+
76
+
</details>
72
77
73
78
### Verify your Codespace is ready
74
79
@@ -119,6 +124,7 @@ You should see `gh version 2.40.0` or newer and a line confirming you're logged
119
124
120
125
## ✅ Checkpoint
121
126
127
+
-[ ] I confirmed my GitHub plan includes Codespaces access (free for public repositories)
122
128
-[ ] The Codespace editor is open in your browser
123
129
-[ ] The built-in terminal is open in your Codespace
124
130
-[ ]`gh --version` returns version 2.40.0 or newer
0 commit comments