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,...
  • May 23, 2022
  • 0 Comments
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...
  • May 9, 2022
  • 0 Comments
I’m trying to install the Android SDK on my Windows 7 x64 System. jdk-6u23-windows-x64.exe is installed, but the Android SDK setup refuses to proceed because it doesn’t find the...
  • April 14, 2022
  • 0 Comments
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...
  • April 6, 2022
  • 0 Comments