Skip to content

Instantly share code, notes, and snippets.

@daijinload
Created December 26, 2015 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daijinload/eca8039aac591144050e to your computer and use it in GitHub Desktop.
Save daijinload/eca8039aac591144050e to your computer and use it in GitHub Desktop.
Git credential最初のみ、IDとパスワードを聞かれるが、それ移行は指定した時間、必要なくなる♪
git config --global http.sslverify false
git credential-cache exit
git config --global credential.helper cache --timeout=360000
git clone https://github.com/daijinload/test.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment