Closed raistlin2912 closed 5 years ago
When you do
git clone https://github.com/Homebrew/homebrew-cask.git
the clone command throws an timeout.
We have no control over git
. Seems to be an issue on Github’s side.
Working for me now... try again.
Is there a way to escalate it? This issue is still present. git clone
or git fetch
get stuck with this repo. Which effectively blocks normal usage of brew.
Is there a way to escalate it?
We have no control over GitHub’s infrastructure. Contact them if you want, but this is bound to be temporary.
General troubleshooting steps
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
When you do
git clone https://github.com/Homebrew/homebrew-cask.git
the clone command throws an timeout. When you do agit fetch --all --prune
within your repo same result again. If you dobrew update-reset && brew update
gets process freeze on Fetching your repo.Command that failed
Output of command with
--force --verbose --debug
Next line is stopped execution, never ends if you don't breaks execution.
Output of
brew cask doctor
Output of
brew tap
If I go to taps folders and do manually git fetch --all --prune works on all taps, but in your repo I obtain no response from command.