How to install a bower package using a private git server (SSH)?
Ok, found the solution here: Using Bower as the Package Management tool for Internal, Private Libraries. Simply remove git:// or ssh:// and add .git suffix: “git@code.organization.com:projects/boilerplate-template.git#~1”