Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- annotation
- nvm
- 트러블슈팅
- Containers
- VUE
- MVVM
- docker
- 패턴
- 스카우터
- k8s
- TypeScript
- credential
- github
- jpa
- node
- PODS
- npm
- TroubleShooting
- git
- subtree
- stern
- Shooting
- Trouble
- Scouter
- log
- 어노테이션
- APM
- node버전
- Vue-CLI
Archives
- Today
- Total
목록credential (1)
JSheep`s Album
Git 연동 시 Password 물어보지 않도록 설정하기 (credential.helper)
IDE에 Git을 연동 해 쓰다보면 Password 인증을 매번 물어 보는 경우가 있다. 혹은 config 미스, 환경 변경으로 push나 pull등의 기능 실행 시 계정과 패스워드를 물어본다. credential 설정이 안되어 있어 계정정보를 체크하지만, 매번 뜨면 상당히 귀찮아지므로 credential에 정보를 저장하여 귀찮니즘을 극복 해 보자. Credential 정보 저장 $ git config credential.helper store credential.helper의 store 옵션을 주게되면 해당 git directory에선 반영구적으로 인증 절차가 생략됩니다.(저장된 credential 정보를 이용해 인증 처리) 캐시 저장 $ git config credential.helper cache ..
1st Album - Dev/09. Git
2022. 3. 22. 10:39
반응형