Git credential helper – update password

I’m currently using GitHub over HTTPS and have the latest version of Git installed (1.9.0) along with the Git credential helper on Windows 7. On setting up my environment, I told git-credentials to permanently remember my username and password. I’ve recently updated my GitHub password via the website and I’m now no longer able to … Read more

How to completely remove node.js from Windows

I uninstalled my previous version of node.js (0.8.11) and downloaded the latest, 0.10.24 from the node.js website and installed it. However, after running node –version, it still indicates that I’m running v0.8.11. Obviously, some stuff was left behind during the uninstall process, and it’s causing me to have all sorts of errors when trying to … Read more

“Could not find Java SE Runtime Environment.” after installing Java

Finally found a forum post that outlined what the registry is supposed to look like when not broken. Added key HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment Added String Value CurrentVersion = 1.7 Added key HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.7 Added String Value JavaHome = C:\Program Files\Java\jre7 Running cmd java -version and Eclipse now works