I use Bower to install multiple libraries. For demonstration, here I am installing bootstrap. Regardless of the package, I get the following errors:
C:\Scott>bower install bootstrap bower not-cached git://github.com/twbs/bootstrap.git#* bower resolve git://github.com/twbs/bootstrap.git#* bower ECMDERR Failed to execute "git ls-remote --tags --heads git://github .com/twbs/bootstrap.git", exit code of #128 Additional error details: fatal: unable to access 'https://github.com/twbs/bootstrap.git/': Failed connect to github.com:443; No error
I tried using the following solution to remove the first error - which I found from this search :
git config --global url."https://".insteadOf git:
However, this does not work and does not implement any other solutions found on this page. Looking for a solution for the 2nd error, it seems that setting the username / pwd for the proxy server will solve the problem if you are on the corporate network / behind a firewall. However, I do not use a proxy server, as I am on my home PC / network (Windows 7 x64).
Thank!
EDIT: command window with errors:

git bower
azsl1326 Feb 04 2018-11-14T00: 00Z
source share