git
-
Git) fatal: Authentication failed for ...🧑💻/Command 2021. 8. 29. 16:47
Git을 사용하여 Github에 push 하는 중 오류가 발생했습니다. 2021년 8월 13일 이후로 비밀번호 인증을 지원하지 않는다고 하네요. 비밀번호 탈취 시 보안에 취약한 문제때문에 토큰 기반 인증 방식을 채택한 것으로 보입니다. $ 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: Au..