注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
githubなんかからgitのレポジトリを落とそうとすると,https://とgit://がありますが,httpのプロクシし... githubなんかからgitのレポジトリを落とそうとすると,https://とgit://がありますが,httpのプロクシしか立っていないためにhttps://で落とそうとしてもエラーになりました. > git clone https://github.com/imatix/zguide.git Cloning into zguide... fatal: Unable to find remote helper for 'https' > setenv https_proxy http://proxy > git clone https://github.com/imatix/zguide.git Cloning into zguide... fatal: Unable to find remote helper for 'https' どうもプロクシ以前の問題の気がするので調べると,IN
2013/07/02 リンク