아카몰리 github token 사용 시작
Creating a personal access token - GitHub Docs
You should create a personal access token to use in place of a password with the command line or with the API.
docs.github.com
아카몰리에서 계속 github 가져올 때 username 이랑 패스워드 요구하더니 알고보니 토큰 이었다
예전에는 ssh를 등록해주면 되었는데
이제는 토큰을 사용?하도록 권장하는지 등록해도 안되더라
2021년 8월 말부로 시작되었다고
~ % git clone https://github.com/seo
Cloning into 'cpp_seo'...
Username for 'https://github.com': seo
Password for 'https://seohl16@github.com': ?????
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: Authentication failed foㄱ
요 부분이 나오면
위 docs에 가서 해결하자