21년 부터 github을 원격으로 통제하기 위해서는 github 계정의 비밀번호가 아닌 Personal access token이 필요합니다.
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
토큰 발급
내 프로필 -> Settings -> Developer Settings -> Personal access token -> Tokens (class) -> Generate New Token -> 권한을 얻고자 하는 항목 체크 후 생성 -> 토큰 값을 복사
다시 시도
발급받은 토큰을 비밀번호 요청 시 붙여넣어 사용
'소프트웨어 & 클라우드' 카테고리의 다른 글
[MacOS] 맥북에서 맥 미니 원격 접속하기 (무료) (0) | 2023.07.18 |
---|---|
[MacOS] M1 실리콘 환경에서 g++ 로 c++ 프로그래밍하기 (0) | 2023.07.09 |
[티스토리 스킨] 카테고리 메뉴 디자인 수정하기 (0) | 2023.05.28 |
[Colab] Github Jupyter 파일을 내 Colab에 복사하기 (0) | 2023.05.16 |
[OpenGL] Mac M1 실리콘 환경에서 xcode glfw 활용해서 사용하기 (2) | 2023.05.13 |