관리 메뉴

필사(筆寫)

비밀번호 없이 깃허브 반영구토큰 인증 본문

카테고리 없음

비밀번호 없이 깃허브 반영구토큰 인증

코딩필사 2024. 8. 1. 03:18

git clone https://~
git pull origin master
👉 git config credential.helper store --global

특정 시간까지만 허용하는경우
git config credential.helper 'cache --timeout=3600'

계정명은 이메일로, 비번은 깃허브 보안에서 받은 classic token private key 값 넣어서 권한 적절히 넣은 토큰...