Github Token 발급하기 + Token 인증 자동화
·
Programming/Git
개요초기 세팅 단계에서 `git clone`이나 `git pull`을 하는 경우 username과 password를 묻는 경우가 있다.하지만 더이상 패스워드 인증은 불가하며 토큰 발급을 해주어야 한다.Username for 'https://github.com': Password for 'https://@github.com':remote: Support for password authentication was removed on August 13, 2021. remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for inform..