Rosiberto
Rosiberto

Reputation: 83

STH-Comet installation

Recently I installed in a Fiware instance STH-Comet through the command:

git clone https://github.com/telefonicaid/fiware-sth-comet.git
cd fiware-sth-comet
npm install

Today I went to install again and when cloning the STH-Comet repository the following error arose:

Initialized empty Git repository in /etc/fiware-sth-comet/.git/ error: while accessing https://github.com/telefonicaid/fiware-sth-comet.git/info/refs fatal: HTTP request failed**

Have there been any changes to the STH-Comet repository?

Upvotes: 0

Views: 75

Answers (1)

flopez
flopez

Reputation: 610

Maybe, it is due a permission denied. Try to set up your public key on github. Instructions here: https://help.github.com/articles/generating-ssh-keys/ and check it again. There were no changes in that repository.

Upvotes: 1

Related Questions