일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Test
- Kafka
- Java
- licence delete curl
- aggregation
- API
- license delete
- ELASTIC
- Python
- zip 암호화
- springboot
- TensorFlow
- 900gle
- Elasticsearch
- query
- zip 파일 암호화
- high level client
- aggs
- Mac
- plugin
- 파이썬
- flask
- matplotlib
- docker
- MySQL
- token filter test
- analyzer test
- License
- sort
- 차트
Archives
- Today
- Total
개발잡부
[Git] Git pull/push 시 Password 물어보지 않도록 설정하기(credential.helper) 본문
반응형
Credential 정보 저장
$ git config credential.helper store
credential.helper의 store 옵션을 주게되면 해당 git directory에선 반영구적으로 인증 절차가 생략됩니다.(저장된 credential 정보를 이용해 인증 처리)
캐시 저장
$ git config credential.helper cache
반응형
'Git' 카테고리의 다른 글
[git] 자주쓰는 Git 명령어 (0) | 2022.01.07 |
---|---|
인텔리제이 Cannot Run Git (0) | 2020.03.05 |
remote: Repository not found. (0) | 2020.03.05 |
Comments