Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. 오류가 발생하면

1469 단어 MacGitHub
일본 시간에 8/15 6:00 정도로, 자신 저장소에 git push 하려고 하면
다음과 같은 오류가 발생했기 때문에 남겨 둡니다.
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: unable to access 'https://github.com/zukaishi/linebot.git/': The requested URL returned error: 403

해결 방법





오른쪽 상단의 아이콘 클릭 → 「Settings」→ 「Developer settings」 → 「Personal access tokens」의 순서로 클릭.
그런 다음 Generate new token 클릭하여 토큰을 발행합니다. 복사합니다.

2021/9/14 추가





복사한 token을 password 요구될 때 붙여넣어 완료.
다음의 순서는 GUI로 대응할 때의 경우였던 것 같습니다.



로컬에서 키 체인 액세스에서 github을 검색.
github.com을 클릭하고 비밀번호 표시에 확인하십시오. 잠금을 해제하면 현재 암호가 표시됩니다.
방금 복사한 토큰을, 후보의 곳에 붙여, 보존.
이제 항상 git push 할 수있었습니다.

참고

좋은 웹페이지 즐겨찾기