티스토리 뷰

공부

[Git] pull & push don't ask password

승가비 2020. 4. 26. 02:50
728x90
git config credential.helper store
git config credential.helper cache
git config credential.helper 'cache --timeout=3600'
git config credential.helper store --global

https://www.hahwul.com/2018/08/git-credential-helper.html

 

Git pull/push 시 Password 물어보지 않도록 설정하기(credential.helper)

Git pull/push 시 Password 물어보지 않도록 설정하기

www.hahwul.com

 

728x90

'공부' 카테고리의 다른 글

[Spring] swagger  (0) 2020.04.28
[Python] counter  (0) 2020.04.26
[MySQL] update by multiple condition  (0) 2020.04.26
[Python] split string to char  (0) 2020.04.26
[Maven] MissingProjectException  (0) 2020.04.26
댓글