소스트리 오류: remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
GitHub 토큰 인증 로그인 하기 - [오류 해결]: remote: Support for password authentication was removed on August 13, 2
오늘 알고리즘 문제를 풀고 푸쉬를 하는데 이런 오류를 만났다. 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-t
miracleground.tistory.com
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
>>이런 오류가 나서 토큰으로 remote했다.
근데 토큰으로 하고 나니까 기존에 url만 입력하는 방식으로는 또 클론이 안되는 거다 ㅋㅋ
검색해보니까
토큰을 적용하면 원래 주소의 github.com앞에 토큰@를 넣어주랜다.
즉 https://토큰@github.com~~~ 으로 로 쓰면된다.
https://devkorea.co.kr/qna/113769
소스트리 -깃허브 토큰 관련 오류메세지.. 고수님들 도와주세요..! > 개발Q&A - 데브코리아
3달전에 생성한 깃허브 계정 토큰을 가지고 있습니다. (기한은 무제한으로 생성했었습니다.)오늘 컴퓨터를 포맷하고 소스트리를 다시 설치해서, 계정을 다시금 추가하기위해 토큰 로그인을 사
devkorea.co.kr