(MacOSX10.8, git1.8.1.3)
問題
参考サイトの真似してみたがエラー出てダウンロードできなかった。
ERROR: The certificate of ‘raw.github.com’ is not trusted. ERROR: The certificate of ‘raw.github.com’ hasn't got a known issuer.
最終的にこうしてゲットした
Android の .gitignore の例
wget --no-check-certificate https://raw.github.com/github/gitignore/master/Android.gitignore && mv Android.gitignore .gitignore && cat .gitignore
これで .gitignore ダウンロードできた