본문 바로가기

Git

[Git] 계정과 비밀번호 저장

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' 카테고리의 다른 글