로딩
요청 처리 중입니다...

[Git] 계정(아이디, 비밀번호) 캐시 저장하기

 [Git] 계정(아이디, 비밀번호) 캐시 저장하기

계정 저장 sudo git config --global user.name "이름" sudo git config --global user.email "이메일@email.com" 캐시 저장 # 아래 명령어 실행 후 깃 명령어를 사용하여 계정 입력하면 저장됨 EX) sudo git pull ... 등등 sudo git config credential.helper store # 시간을 지정하여 캐시 저장(초) sudo git config --global credential.helper 'cache --timeout 7200' 캐시 삭제 sudo git credential-cache exit 참고 링크 Git - git-credential-cache Documentation English Topics Version 2.29.0 git-credential-cache last updated in 2.29.0 NAME git-credential-cache - Helper to temporar...

# git # 저장 # 아이디저장 # 비밀번호저장 # 깃허브저장 # 깃허브 # 깃캐시 # 깃저장 # 깃아이디저장 # 깃아이디 # 깃비밀번호저장 # 깃비밀번호 # 깃계정저장 # 깃계정 # 깃 # 캐시저장