When I attempt to run certain commands (like git push, for example) from a git Bash on Windows 7 (64bit) I get the error:
The program can't start because libiconv2.dll is missing from your computer
I have searched exhaustively for a solution to this.
The most I can find is an issue thread at the google code site (Issue 419) and a few other blogs here and there. As far as I can tell none of the suggestions offered in the posts will actually solve my issue.
I have tried re-installing. I have tried adding $GIT/bin
to the PATH
.
I can verify that the dll is in the $GIT/bin
directory...but still I cannot push to remote.
I have a working install of msysgit on another Windows 7 box, and I installed the same way in both situations... so needless to say I am quite confused.
Any help on this would be most appreciated.
Thanks,
lib
directory. I don't know if msysgit uses the same layout scheme but it'd be quick to check. – Somatolibexec
instead oflib
, evidently), so I'm not going to post something that duplicates them. (But I'm glad my comment was useful.) – Somatogit
command I encountered an error about missing .dll file. Then I changed the path to C:\PATH\bin (its still my current path) and everything works smoothly. I am just wondering though. – Nathanialnathaniel