Skip to content

Instantly share code, notes, and snippets.

View muhammadabbas001's full-sized avatar
🎯
Focusing

Muhammad Abbas muhammadabbas001

🎯
Focusing
View GitHub Profile
@muhammadabbas001
muhammadabbas001 / how-to-use-mac-keychain-to-store-github-repos-credentials.md
Created November 1, 2023 12:11 — forked from nepsilon/how-to-use-mac-keychain-to-store-github-repos-credentials.md
How to use Mac KeyChain to store GitHub repos credentials? — First published in fullweb.io issue #108

How to use Mac KeyChain to store GitHub repos credentials?

You know the pain, you cloned a repo over HTTPS, and now Git asks you for your password each time you want to push or pull.

Chances are you already have the git credential-osxkeychain command installed. If not, just install Git with brew: brew install git.

Once installed, just tell Git to use the KeyChain to store your credentials:

git config --global credential.helper osxkeychain