Mac OS X Lion 10.7.2でsshを使ってリモートリポジトリにプッシュしようとすると
私は得る
ld.so.1: git-receive-pack: fatal: libiconv.so.2: open failed: No such file or directory
fatal: The remote end hung up unexpectedly
libiconv.2.dylibファイルは、 / usr/local
/ usr/local/lib
私は最新のgit 1.7.7.3とlibconv-1.14をソースから再コンパイルしようとしました。
./configure --with-iconv=/usr/local
しかし、それは問題を修正しなかった
ベストアンサー
Are you sure that this is not a problem on your remote?
git-recieve-pack is used to recieve, what is pushed into a repo,
see git-recieve-pack