設定Ruby報錯bad response Not Found 404
今天升級了下cocoapods,後來莫名其妙ruby環境出了問題只能重灌
但是幾個ruby源都不太適用了
比如:
https://rubygems.org/
http://ruby.taobao.org/
https://ruby.taobao.org/
……
設定時都會出問題報錯 bad response Not Found 404 (https://gems.ruby-china.org/specs.4.8.gz)
網路上幾乎都是老舊的部落格,因為RubyGems映象的管理工作已經移交給了Ruby China負責,
所以現在大部分用的都是https://gems.ruby-china.org/,但是還是報錯。
後來點連結進去才發現.org域名備案問題改成了.com
所以https://gems.ruby-china.com/ 是可以用的
附上終端命令如下:
$ gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/
顯示:
https://gems.ruby-china.com/ added to sources
https://rubygems.org/ removed from sources
相關文章
- Unable to download data from https://gems.ruby-china.org/ - bad response Not Found 404HTTP
- SpringMVC 404:Bad requestSpringMVC
- .woff HTTP GET 404 (Not Found)HTTP
- jquery post 報404錯誤jQuery
- 404 not found 怎麼翻譯?
- gorm忽略報錯: record not foundGoORM
- Nginx設定404頁面Nginx
- thinkphp 設定執行目錄為/public後 404錯誤PHP
- Ruby----RMagick安裝報錯
- php7 設定404頁面,zblogphp的404頁面設定方法PHP
- ***報錯Class 'Redis' not found in(原創)Redis
- PHP 介面呼叫報錯 502 Bad GatewayPHPGateway
- springMVC下前端ajax報404錯誤SpringMVC前端
- 使用URLClassLoader報錯not class found exceptionException
- mybatis 報錯: Invalid bound statement (not found)MyBatis
- 正確設定asp.net網站的404錯誤頁面ASP.NET網站
- nginx的an upstream response is buffered to a temporary file報錯Nginx
- bad JSON array format - found no opening bracketJSONORMRacket
- 你的 .svg 檔案是否也 404 Not Found ?SVG
- Laravel 安裝後報 500 和 404 錯誤Laravel
- 寶塔控制皮膚怎麼設定404錯誤頁面?附方法!
- 【linux報錯】-bash: xhost: command not foundLinux
- 【maven】Maven報錯 zip END header not foundMavenHeader
- 寶塔皮膚如何設定自定義404
- GPG key retrieval failed: [Errno 14] HTTP Error 404: Not FoundAIHTTPError
- 安裝網站出現404 not found如何解決?網站
- CentOS載入yum源時報錯 [Errno 14] HTTP Error 404 - Not Found Trying other mirror.CentOSHTTPError
- Lumen 報錯 : Class 'League\Flysystem\Adapter\Local' not foundAPT
- 執行npm run dev 後報錯 Mix: not foundNPMdev
- AS執行main()方法報錯:SourceSet with name ‘main‘ not foundAI
- python virtualenv報錯-bash: virtualenv: command not foundPython
- Xcode8報錯:No code signature foundXCode
- 404 not found是什麼意思?該怎麼解決?
- 設定autotrace的報錯問題解決
- npm install報錯, npm ERR! code MODULE_NOT_FOUNDNPM
- Flutter 安裝搭建報錯 Android sdkmanager tool not foundFlutterAndroid
- cgo: C compiler "gcc" not found 報錯安裝gccGoCompileGC
- sourcetree github clone 報錯 hg clone fails with “repository not found“GithubAI