使用 zef 安装 Twitter 模块时出错
Error using zef to install Twitter module
我正在使用 zef 通过 zef install Twitter
安装 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 存储库,则 source-url
应该以 .git
结尾,因为后端使用扩展来确定 how/what 需要 fetch/extract各种类型的打包发行版。
您可以打开拉取请求以将 .git
添加到源代码-url,或者您可以通过以下方式手动解决它:
zef install https://github.com/raku-community-modules/Twitter.git
我正在使用 zef 通过 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 存储库,则 source-url
应该以 .git
结尾,因为后端使用扩展来确定 how/what 需要 fetch/extract各种类型的打包发行版。
您可以打开拉取请求以将 .git
添加到源代码-url,或者您可以通过以下方式手动解决它:
zef install https://github.com/raku-community-modules/Twitter.git