-
git 사용시 자동으로 로그인 하는 방법개발 환경/Ubuntu 2020. 1. 12. 00:47반응형
코드를 수정후 github에 push할 때마다 로그인하는 것은 매우 귀찮아서 찾아보았다.
$ git config credential.helper store $ git push https://github.com/HanSeokhyeon/hanseokhyeon.github.io.git Username for 'https://github.com': HanSeokhyeon Password for 'https://HanSeokhyeon@github.com': Everything up-to-date
출처 : https://franzpark.github.io/git-permanent-authentication/
반응형'개발 환경 > Ubuntu' 카테고리의 다른 글
Vim 고수가 되어보자! (0) 2020.01.16 SSH key 사용하기 (0) 2020.01.13 SSH 22번 말고 다른 포트 사용하기 (0) 2020.01.13 리눅스 명령어 cd, ls, mkdir, cp, rm, mv (0) 2020.01.13 Ubuntu ssh 서버 구축하기 (0) 2020.01.12