先决条件
- 对 GitHub Copilot 的访问权限。 请参阅“什么是 GitHub Copilot?”。
- 已安装 GitHub CLI。 有关 GitHub CLI 的安装说明,请参阅 GitHub CLI 存储库。
如果能够通过组织或企业访问 GitHub Copilot,当组织所有者或企业管理员禁用了 Copilot in the CLI 时,将无法使用 Copilot in the CLI。 请参阅“Managing policies for Copilot in your organization”。
安装 Copilot in the CLI
-
如果尚未向 GitHub CLI 进行身份验证,请在终端上运行如下命令。
Shell gh auth login
gh auth login
-
要安装 Copilot in the CLI 扩展,请运行以下命令。
Shell gh extension install github/gh-copilot
gh extension install github/gh-copilot
更新 Copilot in the CLI
安装 Copilot in the CLI 扩展之后,可以随时运行如下命令以进行更新:
gh extension upgrade gh-copilot
gh extension upgrade gh-copilot