mlbright's shared items

M-L's occasional ramblings.

Tuesday, January 03, 2012

git on Windows

If you have had problems using Git on Windows, and the error refers to something called a "Git entry point" and you get a popup that mentions "libiconv2.dll" or "libiconv-2.dll", I fixed it by copying the libiconv*.dll files in the Git 'bin' directory to C:\Windows\SysWOW64.

I was going to mention this on Stackoverflow.com, but I didn't want to create a question and then answer it myself. So there.