sitelink1 | |
---|---|
sitelink2 | |
sitelink3 |
user$ git clone --depth 1 --branch develop --single-branch https://github.com/user/myproject.git
과 같은 명령어를 실행시 git 은 userid 와 password 를 물어온다.
매번 계정 정보 입력하기가 귀찮을땐 "git config --global credential.helper store" 명령어를 사용하면 된다.
계정 정보를 Git Credential Helper 에 영구 저장하게 된다.