git에서 토큰 생성하는 방법 (password 칸에 들어가는 token)
1. git 로그인 후 아래 url 누르고 4번 문항으로 이동하거나 아래 2~3번 문항의 스크린샷에 따라 이동하기
https://github.com/settings/tokens/new
GitHub: Let’s build from here
GitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...
github.com
2. url 말고 직접 경로로 이동하기
git 우측 상단 프로필 클릭 후 Settings -> 좌측 하단 Developer settings 이동
3. 토큰 생성하러 가기
Personal access tokens -> Tokens(classic) -> Generate new token -> Generate new token (classic)
4. 토큰 생성하기
expiration 원하는 수치로 세팅하고 repo만 체크한 뒤 생성
copy해서 따로 보관하기. 해당 문구는 다시 확인할 수 없습니다.
토큰의 설정값은 변경 가능합니다.
5. 토큰 사용 예제 보러가기
https://growingsaja.tistory.com/1001
[github] git clone, push 등 진행시 username, password 입력 방법
1. 깃 설치 https://github.com/ GitHub: Let’s build from here GitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs
growingsaja.tistory.com