
22-04-19에 github.io에서 작성
SourceTree 상에서 내 Github Repository를 원격저장소로 추가한 뒤 Push할 때, 과거 입력한 username, password에 문제가 없음에도 에러가 발생
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags --set-upstream origin main:main 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/{user_name}/{repository_name}/
기존 비밀번호 인증 지원방식은 더이상 지원되지 않고 앞으로 Github에서 personal access token을 발급받아 사용할 것.