
- git config --global user.name '아이디'
- password는 토큰 발급해야함
- 깃허브 세팅 → developer setting → personal access tokens → Generate new token 버튼 클릭 → Expirations 기간 최대한 길게 하고 옵션들 알아서 클릭 (보통 편의상 다 체크함) → 생성하면 나오는 코드 꼭 복사(이게 Password임)
- 방법 1 : git config --global user.password '토큰’
- 방법 2( for macOs 유저) : 키체인 접근 → 이름 : github.com , 종류 : 인터넷 암호, 계정 : ‘아이디’, 위치 : https://github.com, 암호 : 토큰