ruby 沒有包含 SSL 證書,所以 https 的鏈接被服務器拒絕。
解決方法很簡單,首先在這里下載證書 http://curl.haxx.se/ca/cacert.pem, 然后再環境變量里設置 SSL_CERT_FILE 這個環境變量,并指向 cacert.pem 文件。
set SSL_CERT_FILE=C:\path\to\cacert.pem
來源 https://gist.github.com/fnichol/867550
如果你實在解決不了 SSL 的問題,請用 HTTP 協議的方式: http://gems.ruby-china.org
解決方法很簡單,首先在這里下載證書 http://curl.haxx.se/ca/cacert.pem, 然后再環境變量里設置 SSL_CERT_FILE 這個環境變量,并指向 cacert.pem 文件。
set SSL_CERT_FILE=C:\path\to\cacert.pem
來源 https://gist.github.com/fnichol/867550
如果你實在解決不了 SSL 的問題,請用 HTTP 協議的方式: http://gems.ruby-china.org
2017-02-05
已采納回答 / zray
你用的是webstorm編輯器吧?打開設置,搜索watcher,添加一個scss的watcherArguments:--no-cache --update --sourcemap --watch $FileName$:$FileParentDir$\css\$FileNameWithoutExtension$.cssOutput paths to refresh:$FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map
2016-12-26
Error: File to import not found or unreadable: compass/reset.
一直報錯,無法導入reset
一直報錯,無法導入reset
2016-12-21