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: unable to access 'https://github.com/"something"/': The requested URL returned error: 403
오늘 깃헙 풀을 받는데 다음과 같은 오류가 떴다.
깃헙 정책 변경으로 비밀번호로 로그인에서 토큰으로 로그인하는 것으로 변한것인데 해결은 간단하다.
Make sure to copy your personal access token now. You won’t be able to see it again!
밑에 있는 access token을 복사한다.
mac 서치바 켜기
그리고 mac 서치바를 켜서 github을 열고
비밀번호란에 access token을 붙여넣는다.
다시 터미널을 켜서 풀이나 푸쉬를 한다.
-끝-