Mac OS X Lion git 推送
在 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/本地 /usr/local/lib
我尝试从源重新编译最新的 git 1.7.7.3 和 libconv-1.14
./configure --with-iconv=/usr/local
但它没有解决问题
On Mac OS X Lion 10.7.2 when i try to push to remote repository using ssh
I get
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 files are found both in
/usr/local
/usr/local/lib
I've tried recompiling latest git 1.7.7.3 and libconv-1.14 from sources with
./configure --with-iconv=/usr/local
But it didn't fixed the problem
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您确定这不是您的遥控器的问题吗? git-recieve-pack 用于接收,推送到仓库的内容,参见 git -接收包
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