Camunda-casemanager-ui

Hello!

I’m trying to install camunda-casemanager-ui example from camunda github, but I keep running into problems with it. NPM install goes through nicely, but BOWER install fails with this error:

bower camunda-bpm-sdk-js#7.2.0-SNAPSHOT ECMDERR Failed to execute "git ls-remote --tags --heads git@github.com:camunda/bower-camunda-bpm-sdk-js.git", exit code of #128 Warning: Permanently added the RSA host key for IP address 'xxx.xx.xxx.xxx' to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

Anybody ever encountered a same error and managed to get through?

Thanks in advance!
Kind regards,
Deniss

Found a solution. Changed bower.json two dependency urls to:
“angular-data-depend”: “git://github.com/camunda/angular-data-depend.git”,
“camunda-bpm-sdk-js”: “git://github.com/camunda/camunda-bpm-sdk-js.git”,