Skip to content

Instantly share code, notes, and snippets.

@GitBubble
Created March 15, 2020 05:43
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 GitBubble/5c2ce2d37e53cb2305a2e90872aed0f6 to your computer and use it in GitHub Desktop.
Save GitBubble/5c2ce2d37e53cb2305a2e90872aed0f6 to your computer and use it in GitHub Desktop.
git-use-https-no-ask-username

git config --global credential.helper osxkeychain

git config --global credential.helper store

then do some push/pull works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment