我试图在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吗?
梨需要知道"pearhub"的含义.在这种情况下,它意味着"pearhub.org",一个项目存储库.发现这样:
$ pear channel-discover pearhub.org $ pear install pearhub/predis