Skip to content

Instantly share code, notes, and snippets.

@evaldasg
Created December 19, 2017 09:16
Show Gist options
  • Save evaldasg/a77e3984e7e9d4ddc372bba1b8da890e to your computer and use it in GitHub Desktop.
Save evaldasg/a77e3984e7e9d4ddc372bba1b8da890e to your computer and use it in GitHub Desktop.
# Fix for:
# fatal: unable to access 'https://github.com/Homebrew/homebrew-core/': LibreSSL SSL_read: error:060BC064:digital envelope
# routines:AEAD_AES_GCM_OPEN:bad decrypt, errno 0
# Error: Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core failed!
`cd "$(brew --repo)" && git fetch`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment