기존의 git repo를 사용중에 다음과 같은 메시지를 받게 된다면, Github는 기존의 password 인증 대신에 새로운 Personal Access Token (PAT)를 사용하길 원하는 것입니다. 아래 메시지 내용을 보면, Github는 2021년 8월 13일부터 password방식의 git 저장소 관리는 지원하지 않는다고 나와있습니다. 좀더 많은 정보를 얻기위해서는 아래 https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ 페이지에 들어가보라고 나와 있습니다. remote: Support for password authentication was removed on August 13, 2021. P..