简体   繁体   English

Mac OS X Lion git push

[英]Mac OS X Lion git push

On Mac OS X Lion 10.7.2 when i try to push to remote repository using ssh 在Mac OS X Lion 10.7.2上,当我尝试使用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 libiconv.2.dylib文件都位于/ usr / local / usr / local / lib中

I've tried recompiling latest git 1.7.7.3 and libconv-1.14 from sources with 我尝试从以下来源重新编译最新的git 1.7.7.3和libconv-1.14

./configure --with-iconv=/usr/local

But it didn't fixed the problem 但这并没有解决问题

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 git-recieve-pack用于接收,什么被推送到仓库中,请参见git-recieve-pack

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM