Prerequisites
- Access to GitHub Copilot. See What is GitHub Copilot?.
- GitHub CLI installed. Para obter instruções de instalação para GitHub CLI, veja o repositório GitHub CLI.
If you have access to GitHub Copilot via your organization or enterprise, you cannot use Copilot na CLI if your organization owner or enterprise administrator has disabled Copilot na CLI. See Managing policies for Copilot in your organization.
Installing Copilot na CLI
-
If you have not already authenticated to the GitHub CLI, run the following command in your terminal.
Shell gh auth login
gh auth login
-
To install the Copilot na CLI extension, run the following command.
Shell gh extension install github/gh-copilot
gh extension install github/gh-copilot
Updating Copilot na CLI
After installing the Copilot na CLI extension, you can update at any time by running:
gh extension upgrade gh-copilot
gh extension upgrade gh-copilot