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은 아래의 경로에서 발급받을 수 있다.