형상관리/Git
Git 토근 인증(clone, push, pull) --- remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
산을넘는다
2021. 8. 17. 16:32
github token 설정하는 방법을 검색하셔서 생성한 뒤
아래를 따라하시면 됩니다.
[clone 받는 방법]
git clone https://<token>@github.com/<github 이름>/<repository 이름>.git
[pull 또는 push 방법]
git remote set-url origin https://<toekn>@github.com/<github 이름>/<repository 이름>
git push or git pull