CygwinのgitでGithubからリポジトリをcloneしようと思ったらこんなエラーが…。 $ git clone https://github.com/takezoe/stepcounter.git Cloning into 'stepcounter'... /usr/lib/git-core/git-remote-https.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directoryEGitでcloneしたリポジトリをpushしようとしたときも同じエラーが。EGitでは操作できるのでまあいいか…と思っていたのですが、やはりコマンドラインで操作できないといろいろ困るので調べてみたところ以下のエントリを発見。 http://christop