1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Files
docs/content/copilot/managing-copilot/configure-personal-settings/installing-github-copilot-in-the-cli.md
2025-02-18 08:10:43 +00:00

2.1 KiB

title, intro, versions, topics, shortTitle, redirect_from
title intro versions topics shortTitle redirect_from
Installing GitHub Copilot in the CLI Learn how to install {% data variables.product.prodname_copilot_cli_short %} so that you can get suggestions and explanations for the command line.
feature
copilot-in-the-cli
Copilot
CLI
Install Copilot in the CLI
/copilot/github-copilot-in-the-cli/enabling-github-copilot-in-the-cli
/copilot/github-copilot-in-the-cli/setting-up-github-copilot-in-the-cli
/copilot/github-copilot-in-the-cli/installing-github-copilot-in-the-cli

Prerequisites

  • Access to {% data variables.product.prodname_copilot %}. See AUTOTITLE.
  • {% data variables.product.prodname_cli %} installed. {% data reusables.cli.cli-installation %}

If you have access to {% data variables.product.prodname_copilot %} via your organization or enterprise, you cannot use {% data variables.product.prodname_copilot_cli_short %} if your organization owner or enterprise administrator has disabled {% data variables.product.prodname_copilot_cli_short %}. See AUTOTITLE.

Installing {% data variables.product.prodname_copilot_cli_short %}

  1. If you have not already authenticated to the {% data variables.product.prodname_cli %}, run the following command in your terminal.

    gh auth login
    
  2. To install the {% data variables.product.prodname_copilot_cli_short %} extension, run the following command.

    gh extension install github/gh-copilot
    

Updating {% data variables.product.prodname_copilot_cli_short %}

After installing the {% data variables.product.prodname_copilot_cli_short %} extension, you can update at any time by running:

gh extension upgrade gh-copilot

Further reading