I am trying to use Polymer UI for the first time. I tried to run the project after creating polymer module and I am getting following errors. I already have git installed and working.
bower iron-flex-layout#~1.3.0 validate 1.3.2 against https://github.com/PolymerElements/iron-flex-layout.git#~1.3.0
bower cuba-login#^0.2.0 ECMDERR Failed to execute "git ls-remote --tags --heads https://github.com/cuba-elements/cuba- login.git", exit code of #128 fatal: unable to access 'https://github.com/cuba-elements/cuba-login.git/': Unknown SSL protocol error in connection to github.com:443
Additional error details:
fatal: unable to access 'https://github.com/cuba-elements/cuba-login.git/': Unknown SSL protocol error in connection to github.com:443
:app-polymer-client:installBowerPackages FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app-polymer-client:installBowerPackages'.
> Process 'command 'E:\Java\cubaPlatform\mentalmodels\modules\polymer-client\.gradle\nodejs\node-v6.9.1-windows-x86\bin\node.exe'' finished with non-zero exit value 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
I had the same issue. I did not have GIT installed on that machine. I can’t remember if there is any message in Studio that list GIT as a dependency prior to adding the Polymer Module.