每次運行brew update
時,我都會收到幾個URL的超時。每次運行命令時,它都是一組不同的URL。但在我的網絡瀏覽器中訪問URL很快,我沒有遇到任何問題。這裏是自制的輸出:Homebrew從github.com獲取超時
fatal: unable to access 'https://github.com/caskroom/homebrew-cask/': Failed to connect to github.com port 443: Operation timed out
Error: Failed to update tap: caskroom/cask
fatal: unable to access 'https://github.com/caskroom/homebrew-fonts/': Failed to connect to github.com port 443: Operation timed out
Error: Failed to update tap: caskroom/fonts
fatal: unable to access 'https://github.com/Homebrew/homebrew-dupes/': Failed to connect to github.com port 443: Operation timed out
Error: Failed to update tap: homebrew/dupes
fatal: unable to access 'https://github.com/Homebrew/homebrew-php/': Failed to connect to github.com port 443: Operation timed out
Error: Failed to update tap: homebrew/php
Already up-to-date.
有什麼我可以做這件事,像增加超時時間?我在man page上找不到任何東西。
編輯
在我得知我的互聯網服務提供商合併另一家公司其間。現在他們遇到了麻煩,因爲突然間有更多的人使用同一個網絡。我嘗試brew update
連接到大學的無線網絡,並沒有任何麻煩。所以我想從家裏更新我需要一些方法來增加超時限制或自動重試單個請求到相應的失敗的github回購幾次,然後發出類似的錯誤。
不行。這對超時沒有幫助。但無論如何感謝。 – zabbarob