While my development environment is working perfectly fine, my build server suffers from errors like the following ... although at some point all this works fine too!
warn Error on lookup for github:aurelia/event-aggregator Error: fatal: unable to access 'aurelia/event-aggregator.git/': error setting certificate verify locations: CAfile: C:/Program Files/Git/mingw64/libexec/ssl/certs/ca-bundle.crt CApath: none err Error looking up github:aurelia/event-aggregator.
I noticed that the CAfile path CAfile different from the drive path ( C:\Program Files\Git\mingw64\ssl\certs\ca-bundle.crt ), so I copied the ssl folder from mingw64\ to mingw64\libexec and it worked again.
Is this a suitable fix?
Here are some of the product versions that I launch:
jspm - 0.16.13 npm - 3.3.10 node - 4.2.1
git jspm
Phil
source share