-----------------------------------------
   now how to get it working on windows...
   start with the setup in git-for-windows .ssh/config, here:
       C:\Users\Administrator\.ssh\config
       (in fact just copy all of .ssh, it's on dropbox)
   reinstall git-for-windows so it uses internal ssh not plink
   try this from a fresh cmd or git bash shell:
       cd C:\Michael's Data\development\power_analytics\gec
       git clone ssh://[email protected]:7999/gec/pa-pdp-xiagent-csharp.git
   GOOD TO GO
   -----------------------------------------