MCAPS Copilot - Getting Started guide for testers
You need a GitHub account linked to your Microsoft identity with Copilot enabled. Follow every step -- skipping the linking step is the #1 reason installs fail.
| # MCAPS Copilot, one-liner installer. | |
| # | |
| # Gist: https://gist.github.com/DeaderestPool/5ae2f7c99807b2d1dd1ef5cd5159f13a | |
| # | |
| # Usage (paste this one line into PowerShell): | |
| # powershell -ExecutionPolicy Bypass -c "irm https://gist.githubusercontent.com/DeaderestPool/5ae2f7c99807b2d1dd1ef5cd5159f13a/raw/install.ps1 | iex" | |
| # | |
| # What this does (in order): | |
| # 1. Verify Python 3.11+, gh CLI; winget install --scope user any missing | |
| # 2. Authenticate with GitHub and verify Copilot access |