1. 정보 저장
git config credential.helper store
+모든 프로젝트에 적용
git config credential.helper store --global
2. 캐시 저장
git config credential.helper cache
+시간지정 (단위: secsecond)
git config credential.helper 'cache --timeout=6000'
'Git' 카테고리의 다른 글
[Git] 깃랩 새 프로젝트 생성하기 (0) | 2019.09.30 |
---|