깃헙토큰발급

less than 1 minute read

Git Push 인증 오류 현상

remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.

remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.

fatal: Authentication failed for ‘https://github.com/JaeHyunL/JaeHyunL.github.io.git/’

오랜 만에 깃허브를 관리할려고 패스워드를 입력하자 해당 오류가 뜸

관련해서 찾아보니 2021년 8월 부터 personal Access Toekn 을 사용할 꺼라는 문구가 뜬다.

image

Settings/Dveloper settings/ 해당 페이지로 이동 합니다.

image

Personal access token 페이지로 이동해

Generate new token 버튼을 클릭해 토큰을 발급받습니다.

image

해당 페이지에서 원하는 토큰 기간 과 접근할 수 있는 권한을 선택해서 발급받습니다.

그러면 해당하는 토큰 키를 발급 받을 수 있습니다.

Updated: