Skip to content

Instantly share code, notes, and snippets.

@alextrastero
Created March 8, 2018 10:17
Show Gist options
  • Save alextrastero/ecbcb2f6bf5c6bb3a296111db8d89d4b to your computer and use it in GitHub Desktop.
Save alextrastero/ecbcb2f6bf5c6bb3a296111db8d89d4b to your computer and use it in GitHub Desktop.
Fix High Sierra git passphrase

Add this to ~/.ssh/config

  Host *
    UseKeychain yes

You will still need to enter your password once more, make sure to source your shell

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