最近我通过以下命令在Fiware实例STH-Comet中安装了
:git clone https://github.com/telefonicaid/fiware-sth-comet.git
cd fiware-sth-comet
npm install
今天我再次去安装,并且在克隆STH-Comet存储库时出现以下错误:
/etc/fiware-sth-comet/.git/中已初始化的空Git存储库 错误:访问https://github.com/telefonicaid/fiware-sth-comet.git/info/refs时 致命:HTTP请求失败**
STH-Comet存储库是否有任何更改?
答案 0 :(得分:0)
也许是由于拒绝了权限。尝试在github上设置您的公钥。这里的说明:https://help.github.com/articles/generating-ssh-keys/,然后再次检查。该存储库中没有任何更改。