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
Welcome! In this chapter, you'll get GitHub Copilot CLI (Command Line Interface) installed, signed in with your GitHub account, and verified that everything works. This is a quick setup chapter. Once you're up and running, the real demos start in Chapter 01!
4
15
@@ -124,7 +135,7 @@ copilot
124
135
125
136
You'll be asked to trust the folder containing the repository (if you haven't already). You can trust it one time or across all future sessions.
126
137
127
-
<img src="images/copilot-trust.png" alt="Trusting files in a folder with the Copilot CLI" width="800"/>
138
+
<img src="assets/copilot-trust.png" alt="Trusting files in a folder with the Copilot CLI" width="800"/>
128
139
129
140
After trusting the folder, you can sign in with your GitHub account.
130
141
@@ -140,7 +151,7 @@ After trusting the folder, you can sign in with your GitHub account.
140
151
4. Select "Authorize" to grant GitHub Copilot CLI access
141
152
5. Return to your terminal - you're now signed in!
142
153
143
-
<img src="images/auth-device-flow.png" alt="Device Authorization Flow - showing the 5-step process from terminal login to signed-in confirmation" width="800"/>
154
+
<img src="assets/auth-device-flow.png" alt="Device Authorization Flow - showing the 5-step process from terminal login to signed-in confirmation" width="800"/>
144
155
145
156
*The device authorization flow: your terminal generates a code, you verify it in the browser, and Copilot CLI is authenticated.*
146
157
@@ -169,7 +180,7 @@ After you receive a response, you can exit the CLI:
169
180
<details>
170
181
<summary>🎬 See it in action!</summary>
171
182
172
-

183
+

173
184
174
185
*Demo output varies. Your model, tools, and responses will differ from what's shown here.*
0 commit comments