반응형
https://git-scm.com/docs/git-credential-store
Git - git-credential-store Documentation
If not set explicitly with --file, there are two files where git-credential-store will search for credentials in order of precedence: ~/.git-credentials User-specific credentials file. $XDG_CONFIG_HOME/git/credentials Second user-specific credentials file.
git-scm.com
$ git config credential.helper store
위와 같이 설정 후 push했을 때 계정과 비밀번호 입력을 한번 하면
크레덴셜이 디스크에 저장되어 이후로는 입력하지 않아도 된다.
반응형
'IT & 개발 > etc' 카테고리의 다른 글
생성형 AI 챗GPT 활용법: 코드 작성 및 디버깅 (3) | 2024.10.07 |
---|---|
[python] 파이썬 기초 - 웹 스크래퍼 간단 예제 (0) | 2023.11.03 |
[AWS-EC2] ufw 활성화 후 connection time out 문제 (0) | 2023.07.20 |
[AI 자동투자 봇] 키움증권 KOA 스튜디오 api 접속 오류 (0) | 2022.09.26 |
[Html] Video Tag start_time, end_time (0) | 2022.09.20 |