Causam

From Bitpost wiki
Revision as of 14:28, 22 April 2016 by M (talk | contribs) (Created page with " ----------------------------------------- now how to get it working on windows... start with the setup in git-for-windows .ssh/config, here: C:\Users\Admin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
   -----------------------------------------
   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://git@git.poweranalytics.io:7999/gec/pa-pdp-xiagent-csharp.git
   GOOD TO GO
   -----------------------------------------