Hi,
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,