Skip to content

Instantly share code, notes, and snippets.

@devinrhode2
Created May 13, 2022 04:17
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 devinrhode2/dcf480600091e94c97e362e6eb53b1f3 to your computer and use it in GitHub Desktop.
Save devinrhode2/dcf480600091e94c97e362e6eb53b1f3 to your computer and use it in GitHub Desktop.
`brew update` not updating brew taps

I was getting a seemingly unrelated error trying to git fetch upstream main where upstream was a "public" "git-protocol-url" like git://github.com/foo/bar. That's been deprecated and we need to use plain ssh urls... like git@github.com:foo/bar

What I probably didn't need to do, is blow away all my ssh stuff and start from scratch. But I did that, found out I just needed to update the url syntax from git:// to git@github.com:

However, it seems like converting from id_rsa to id_edXXXXX fixed an error with brew update failing to get latest data from my brew taps.

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