ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • GitHub Copilot 인증 오류?
    개발실/개발이야기 2023. 4. 10. 14:57
    반응형

    설치는 여기서 한번 읽어보시고...

    https://docs.github.com/ko/copilot/getting-started-with-github-copilot

     

    GitHub Copilot 시작 - GitHub Docs

    기본 설정 환경에 확장을 설치하여 GitHub Copilot 사용을 시작할 수 있습니다.

    docs.github.com

     

     

    설치하고 나면 인증(?) 절차까지 호출됨.

    Ctrl+V 하면 알아서 코드키가 입력되고 아래와 같이 OK~~

     

    근데, 설치하고 나면 그냥 될줄 알았는데...

    아래와 같이 계속 실패한다고 나옴. 

    [DEBUG] [agent] [2023-04-10T05:34:18.784Z] Agent service starting
    [DEBUG] [agent] [2023-04-10T05:34:18.809Z] Telemetry initialized
    [INFO] [auth] [2023-04-10T05:34:19.174Z] Invalid copilot token: missing token: 403 
    Please open https://github.com/login/device and enter the device activation code B392-8F42 that has been copied to the clipboard.
    [INFO] [auth] [2023-04-10T05:35:01.134Z] Invalid copilot token: missing token: 403 
    You don't have access to GitHub Copilot.
    [INFO] [auth] [2023-04-10T05:35:01.435Z] Invalid copilot token: missing token: 403 
    [ERROR] [auth] [2023-04-10T05:47:45.314Z] Failed to send notification result to GitHub: 403

     

    이유는,  github 사이트에서 먼저 copilot 사용을 등록해야 함.

    알고 보니, 위 링크의 설치문서에 [사전요구사항] 에 버젓이 기록되어 있는데, 그냥 넘겨서 그럼 ㅡㅡ;

     

    등록은 free 버전이 30일 무료이지만, 등록할때 카드결재 등록하고 30일 이후 자동 결재로 넘어가니.

    그이전에 맘에 안들면 언제든 취소할수 있다고 나옴.

     

    그래서, 30일 무료로.....

    결재 등록하고, 다시 시도하니.... 짠!!

    [DEBUG] [agent] [2023-04-10T05:48:17.383Z] Agent service starting
    [DEBUG] [agent] [2023-04-10T05:48:17.412Z] Telemetry initialized
    Please open https://github.com/login/device and enter the device activation code 6AC0-2C59 that has been copied to the clipboard.
    Successfully authorized GitHub Copilot.

     

    반응형

    '개발실 > 개발이야기' 카테고리의 다른 글

    GitHub Copilot  (0) 2023.04.12
    Maven 에서 다른 프로젝트를 참조 못할때.  (2) 2023.03.25
Designed by Tistory.