brew: curl: (28) Operation timed out
brew doctor output
curl: (28) Operation timed out after 5000 milliseconds with 2742071 out of 3444439 bytes received
curl: (28) Operation timed out after 5003 milliseconds with 2600960 out of 3444439 bytes received
......
Verification
- My “
brew doctoroutput” above saysYour system is ready to brew.and am still able to reproduce my issue. - I ran
brew updatetwice and am still able to reproduce my issue. - This issue’s title and/or description do not reference a single formula e.g.
brew install wget. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.
brew config output
HOMEBREW_VERSION: 3.6.20-143-g10845a1
ORIGIN: https://github.com/Homebrew/brew
HEAD: 10845a1122b916dc91d04f00a4d8b7b888d52654
Last commit: 18 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 15f0ace650a2a17971d9fee339d5c18163c7d721
Core tap last commit: 3 days ago
Core tap branch: master
HOMEBREW_PREFIX: /usr/local
HOMEBREW_BAT_THEME: Monokai Extended Bright
HOMEBREW_CASK_OPTS: []
HOMEBREW_EDITOR: subl --new-window --wait
HOMEBREW_INSTALL_FROM_API: set
HOMEBREW_MAKE_JOBS: 4
Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: quad-core 64-bit skylake
Clang: 14.0.0 build 1400
Git: 2.39.1 => /usr/local/bin/git
Curl: 7.79.1 => /usr/bin/curl
macOS: 12.6.3-x86_64
CLT: 14.2.0.0.1.1668646533
Xcode: N/A
What were you trying to do (and why)?
try to: brew services list, brew cleanup
What happened (include all command output)?
CLI output:
curl: (28) Operation timed out after 5000 milliseconds with 2742071 out of 3444439 bytes received …
What did you expect to happen?
Reinstall xcode command tool, but not.
Step-by-step reproduction instructions (by running brew commands)
brew services list --verbose --debug
output:
/usr/local/Homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/3.6.20-143-g10845a1\ \(Macintosh\;\ Intel\ Mac\ OS\ X\ 12.6.3\)\ curl/7.79.1 --header Accept-Language:\ en --fail --max-time 5 --retry 3 --location --remote-time --output /Users/juven/Library/Caches/Homebrew/api/formula.json --time-cond /Users/juven/Library/Caches/Homebrew/api/formula.json --compressed --silent https://formulae.brew.sh/api/formula.json
/usr/local/Homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/3.6.20-143-g10845a1\ \(Macintosh\;\ Intel\ Mac\ OS\ X\ 12.6.3\)\ curl/7.79.1 --header Accept-Language:\ en --fail --max-time 5 --retry 3 --location --remote-time --output /Users/juven/Library/Caches/Homebrew/api/formula.json --compressed --silent https://formulae.brew.sh/api/formula.json
curl: (28) Operation timed out after 5001 milliseconds with 2113326 out of 3444439 bytes received
curl: (28) Operation timed out after 5005 milliseconds with 2181349 out of 3444439 bytes received
curl: (28) Operation timed out after 5003 milliseconds with 2868078 out of 3444439 bytes received
......
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 16 (3 by maintainers)
Does doing
help?