{"@id":"cedric-dumont.com"}

A developer's braindump

Git clone from a repository with self signed certificate

These Are the step I performed to make it work. There is a lot on stack overflow on this, but I keep my own documentation.

More Info
This was done on a Windows 7 laptop from the command prompt as admin
  1. install the certificate in Local Machine / Personal install certificate... Next Place all certificates in the following store Next Finish
  2. enter the following in a command prompt
  3. enter your user name and password.
  4. the go to your repo directory adn type
Next: /2015/12/16/delete-a-line-matching-a-pattern-in-visual-studio-2015/
Prev: /2015/11/11/react-app-development-skeleton-with-webpack-and-hot-reload/