使用zef安装Twitter模块时出错

我正在使用 zef 安装 Twitter 模块 zef install Twitter

我收到以下错误:

Enabled fetching backends [git path curl wget] don't understand git://github.com/raku-community-modules/Twitter You may need to configure one of the following backends, or install its underlying software - [pswebrequest]

我在谷歌上搜索了“pswebrequest”,但没有得到任何提示。

我尝试安装 HTTP::Tinyish(依赖项之一)以检查我的 zef 安装是否正常工作,这很好。

有关如何解决此问题的任何指示?

回答

source-url应结束.git如果一个Git仓库,作为后端使用扩展弄清楚如何/什么是需要获取/提取各类套装分布。

您可以打开拉取请求以将其添加.git到源网址,或者您可以通过以下方式手动解决它:

zef install https://github.com/raku-community-modules/Twitter.git


以上是使用zef安装Twitter模块时出错的全部内容。
THE END
分享
二维码
< <上一篇
下一篇>>