Git related topics... github.com, http://gitref.org/, etc
I was going to try out Aurelia’s skeleton navigation project again and ran into company proxy issues. Aurelia uses JSPM instead of just NPM, so this is some new territory for me. It took some Bingooling and I finally found the right combination. Error: tunneling socket could not be established, cause = Parse Error I had to Set the environment variables HTTP_Proxy and HTTPS_Proxy. I’m on Windows 7. use git config --global http.proxy http://user:password@proxy.... to configure the proxy to work ......
I saw that the readme files for ASP NET 5 Home and ASP NET Data Project still said vNext so I made a pull request on github to change it to the announced official name of ASP .NET 5. It turns out I needed to sign a CLA (Contribution License Agreement) for Microsoft Open Technologies. It was pretty easy, I just had to talk to my supervisor and get permission and a sign off from them. They used docusign.com and a few emails later it was completed and confirmed. Here’s more information about contributing. ......