0

osx ターミナルで pear を介して predis をインストールしようとすると、次のエラーが発生します。

$ pear install pearhub/predis
Attempting to discover channel "pearhub"...
Attempting fallback to https instead of http on channel "pearhub"...
unknown channel "pearhub" in "pearhub/predis"
invalid package name/package file "pearhub/predis"
install failed

pearhub を発見するために私がしなければならないことを知っていますか?

4

2 に答える 2

6

PEAR は、「pearhub」が何を意味するかを知る必要があります。この場合、プロジェクトのリポジトリである「pearhub.org」を意味します。次のように発見します。

$ pear channel-discover pearhub.org
$ pear install pearhub/predis
于 2011-08-07T18:31:17.630 に答える