📚 [Git] PUSH/PULL 시 패스워드 다시 묻지 않게 하기

Category: Git | 📅 February 03, 2023

원인

브랜치 주소를 ssh를 사용하지 않고, Http or https 를 사용할때 매번 입력해야 함.

방법

  1. 프로젝트 디렉토리에서 다음 명령어 입력
$ git config credential.helper store

끝.

💭 Reviews
  • 뭔가 단순해...
  • 📖 Please Note that...
  • [7.14 Git 도구 - Credential 저장소]
  • 🏷️ Tags
  • #git credentialhelper