Created
March 14, 2016 12:12
-
-
Save daemin-hwang/fb88f7ae7291c4906f61 to your computer and use it in GitHub Desktop.
git credential cache 설정
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
아래 사이트에 가서 다운로드 후 설치 한다. | |
https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases/tag/v1.2.1 | |
~/.gitconfig | |
[credential] | |
helper = manager | |
와 같이 설정 된다. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment