programming

github 원격 저장소 계정 정보 저장

artfrige 2023. 1. 13. 22:59
git config --global user.name 'YOUR_GITHUB_ACCOUNT'                               
git config --global user.password 'YOUR_GITHUB_ACCOUNT_TOKEN'

github account token은 아래의 경로에서 발급받을 수 있다.

1. 계정 > Settings


2. 좌측 사이드바 메뉴에 Developer Settings


Tokens 에서 발급받은 내용을 입력