
圖片0
添加國(guó)內(nèi)ruby源 gem sources --add https://gems.ruby-china.org
報(bào)錯(cuò):
Error fetching https://gems.ruby-china.org/:
bad response Not Found 404 (https://gems.ruby-china.org/specs.4.8.gz)
原因是?ruby-china 更換了域名
https://gems.ruby-china.com
命令替換為?gem sources --add https://gems.ruby-china.com 解決
