CICD
2023. 12. 11.
GitHub - github support for password authentication was removed 토큰 인증 에러
GitHub에 있는 Repo를 Pull이나 Clon 하기 위해 명령어를 입력했는데 아래와 같은 에러 메시지가 발생했다.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.이제 2021년 8월 13일 부터 비밀번호 지원은 종료되고 개인 액세스 토큰을 사용해야 한다고 한다.그럼 일단 토큰을 생성해야 하는데 방법은 다음과 같다.1...