일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- zip 암호화
- 파이썬
- Kafka
- Java
- License
- Python
- token filter test
- springboot
- 900gle
- high level client
- aggs
- flask
- sort
- MySQL
- licence delete curl
- 차트
- docker
- license delete
- matplotlib
- analyzer test
- zip 파일 암호화
- Mac
- API
- Elasticsearch
- Test
- query
- ELASTIC
- TensorFlow
- plugin
- aggregation
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