mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Add possible curl issues
This new part of documentation has been added in order to provide users a way to identify curl related issues which may or may not be caused by their workstation.
This commit is contained in:
parent
8c1e9c7c33
commit
7c23b7aa4a
@ -259,3 +259,10 @@ Help us by [submitting a fix](https://github.com/Homebrew/homebrew-cask/blob/HEA
|
||||
## Other local issues
|
||||
|
||||
If your Homebrew installation gets messed up (and fixing the issues found by `brew doctor` doesn't solve the problem), reinstalling Homebrew may help to reset to a normal state. To easily reinstall Homebrew, use [Homebrew Bundle](https://github.com/Homebrew/homebrew-bundle) to automatically restore your installed formulae and casks. To do so, run `brew bundle dump`, [uninstall](https://docs.brew.sh/FAQ#how-do-i-uninstall-homebrew), [reinstall](https://docs.brew.sh/Installation) and run `brew bundle install`.
|
||||
|
||||
## Possible curl issues
|
||||
|
||||
Sometimes, the user's workstation itself may be responsible for issues which therefore are outside Homebrew's control. As brew is making extensive use of `curl`, good configuration as well as good connectivity are required in order to allow brew to function correctly. Here some links that could help you identify cURL issues based on `curl`'s and `libcurl`'s exit codes:
|
||||
|
||||
- https://everything.curl.dev/cmdline/exitcode.html
|
||||
- https://curl.se/libcurl/c/libcurl-errors.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user