« Minimal Reproducible »

Home Tags About GitHub

brew-update-failed-because-cant-fetch-github

Published at 2024-01-15
Last update over 365 days ago Licensed under CC BY-NC-SA 4.0 osmacosbrew

reproduction

brew update, but failed to fetch https://xxx.git after 75012ms.

solution

https://github.com/Homebrew/legacy-homebrew/issues/34363

There one says add this in your ~/.gitconfig:

[url "[email protected]:"]
    insteadOf = "https://github.com/"

It surely works...

« Minimal Reproducible »

Powered by Astro