У меня есть настроенная библиотека для приложения angular на сервере Bonobo git. Я запускаю
npm install http://gitServer/Bonobo.Git.Server/MyLibrary.git
и получаю следующую ошибку.
npm ERR! code E401
npm ERR! Unable to authenticate, need: Basic realm="Bonobo Git"
Также я попытался
npm install git+ssh://gitServer/Bonobo.Git.Server/MyLibrary.git
Я получаю
npm ERR! ssh: connect to host gitServerport 22: Connection refused
npm ERR! fatal: Could not read from remote repository.
Что мне не хватает?