Git 为克隆存储库安装requirements.txt时出现错误消息

Git 为克隆存储库安装requirements.txt时出现错误消息,git,github,pip,requirements.txt,Git,Github,Pip,Requirements.txt,我克隆了一个存储库,正在尝试安装requirements.txt,如下所示: $ git clone https://github.com/developmentseed/pillbox-engine.git $ cd pillbox-engine $ pip install -r requirements.txt 但是,我得到以下错误: ERROR: Command errored out with exit status 128: git clone -q git://github.com

我克隆了一个存储库,正在尝试安装requirements.txt,如下所示:

$ git clone https://github.com/developmentseed/pillbox-engine.git
$ cd pillbox-engine
$ pip install -r requirements.txt
但是,我得到以下错误:

ERROR: Command errored out with exit status 128: git clone -q git://github.com/scisco/dj-database-url.git /private/var/folders/95/txp8yg_x07n2t_r6t4mgrycw0000gn/T/pip-req-build-x_7ghqug Check the logs for full command output.

我已经对此进行了调查,但无法找出原因。

git clone打印的是什么git://github.com/scisco/dj-database-url.git /private/var/folders/95/txp8yg_x07n2t_r6t4mgrycw0000gn/T/pip-req-build-x_7ghqug?@ElpieKay I get
致命:远程错误。未找到存储库
https://github.com/scisco/dj-database-url
可能是需要访问权限的私有存储库。