본문 바로가기
카테고리 없음

깃허브 git clone 시 아이디, 비밀번호 설정

by jennyiscoding 2024. 6. 11.

 

 

git config --global user.name '깃허브아이디'
git config --global user.password '발급한 토큰'