카테고리 없음
깃허브 git clone 시 아이디, 비밀번호 설정
jennyiscoding
2024. 6. 11. 23:49
git config --global user.name '깃허브아이디'
git config --global user.password '발급한 토큰'