Kenichi Maehashi's Blog
脳内コアダンプ
Cygwin: git-remote-https (git clone https:// ...) 実行時のエラー
Wednesday | May 1, 2013
|
久々に Cygwin をセットアップして使っていたらエラーに遭遇。環境は Windows 8 (64-bit)。
git リポジトリをクローンしようとしたら以下のようなエラーメッセージが出力。
$ git clone https://github.com/foo/bar.git /usr/lib/git-core/git-remote-https.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory strace したところ、libsasl2 が見つからないようだったので、libsasl2 パッケージを追加でインストールしたら直った。どこかで依存関係が切れてしまったのかな。
|
| コメント (0)
|
<< 前ページ[1]
トップページに戻る
Copyright © 2006-2021 Kenichi Maehashi, All Rights Reserved.