Skip to main content

在 CLI 中安装 GitHub Copilot

了解如何安装 Copilot in the CLI,以便能够获取命令行建议和说明。

先决条件

如果能够通过组织或企业访问 GitHub Copilot,当组织所有者或企业管理员禁用了 Copilot in the CLI 时,将无法使用 Copilot in the CLI。 请参阅“Managing policies for Copilot in your organization”。

安装 Copilot in the CLI

  1. 如果尚未向 GitHub CLI 进行身份验证,请在终端上运行如下命令。

    Shell
    gh auth login
    
  2. 要安装 Copilot in the CLI 扩展,请运行以下命令。

    Shell
    gh extension install github/gh-copilot
    

更新 Copilot in the CLI

安装 Copilot in the CLI 扩展之后,可以随时运行如下命令以进行更新:

Shell
gh extension upgrade gh-copilot

延伸阅读