Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. 오류가 발생하면
다음과 같은 오류가 발생했기 때문에 남겨 둡니다.
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 할 수있었습니다.
참고
Reference
이 문제에 관하여(Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. 오류가 발생하면), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/zukaishi/items/8e347e50fcc77461175d
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. 오류가 발생하면), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/zukaishi/items/8e347e50fcc77461175d텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)