I am building a angular app in windows, using git bash, so far I have been able to scaffold using yo, no issues, however when I am trying to issue the following command. Can som
If you have access to the self-signed CA certificate that is part of your chain, you can add it to your .bowerrc file like so:
{
...
"ca": "/path/to/cacert.pem",
...
}
rather than disabling SSL, as other answers have suggested.
Disabling SSL will get you past this issue. However, doing so introduces the risk of creating some greater issues for yourself down the road.
documentation from Bower