728x90
반응형
Git pull, push 할 때 username, password 생략하기 (git-credential-cache 저장)
Git 작업 이후 pull, push 시 username, password 를 매번 입력해야할 때 아래 명령어 입력 이후 작업하게 되면 git-credential-cache 메모리에 정보를 저장하게 되며 이후 pull, push 할 때 입력하지 않아도 됨
■ 사용법
git config credential.helper store --global
728x90
반응형
'Tips' 카테고리의 다른 글
[Iterm2] Iterm2 명령어 자동완성 기능, Oh-My-Zsh autosuggestions (0) | 2023.09.18 |
---|---|
[Git] 브랜치 이름 변경하기, Rename Branch (0) | 2023.08.03 |
[VSCode] 파일 항상 새탭으로 열기 (0) | 2022.11.07 |
[Windows] 윈도우 hosts 설정 방법 (메모장) (0) | 2022.10.27 |
[Mac] 맥북 hosts 설정 방법 (터미널) (0) | 2022.10.27 |