Я пытался установить библиотеку с сервера Bonobo git, но выдает ошибку - PullRequest
0 голосов
/ 25 марта 2020

У меня есть настроенная библиотека для приложения 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.

Что мне не хватает?

...