필수 조건
- GitHub Copilot에 액세스합니다. "GitHub Copilot이란?" 항목을 참조하세요.
- GitHub CLI installed. GitHub CLI에 대한 설치 지침은 GitHub CLI 리포지토리를 참조하세요.
조직 또는 엔터프라이즈를 통해 GitHub Copilot에 액세스할 수 있는 경우 조직 소유자 또는 엔터프라이즈 관리자가 Copilot in the CLI을(를) 사용하지 않도록 설정한 경우 Copilot in the CLI을(를) 사용할 수 없습니다. "조직에서 Copilot에 대한 정책 관리" 항목을 참조하세요.
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