728x90
일단 한번 git push 하거나 pull 땡길때 로그인 정보 받으면 그 뒤에
git config credential.helper store
그리고 다른 모든 git 폴더에서도 똑같이 쓰려면
git config credential.helper store --global
그런데 일시적으로만 하고 싶다? ( 1시간 )
git config credential.helper 'cache --timeout=3600'
'개발 > Etc' 카테고리의 다른 글
진짜 쉬운 RabbitMQ (AMQP)의 일반적인 흐름 (producer to consumer) (0) | 2024.01.17 |
---|---|
Early Return 에 대해서 (0) | 2023.03.06 |
깃허브 Public API Respository 공유 (0) | 2022.06.22 |