Gitで"fatal: Unable to find remote helper for 'https'"の対処法 · DQNEO日記

git cloneしたらこんなエラーが出ました。 <pre><code>fatal: Unable to find remote helper for 'https' Clone of 'https://github.com/opscode-cookbooks/yum.git'</code></pre> <h4>原因</h4> gitをコンパイルしたときにcurlライブラリがリンクできてないのが原因のようです。 <h4>解決方法</h4> (Ubuntuの場合) "libcurl4-openssl-dev"パッケージを入れて <pre><code>su</code></pre>…