简体   繁体   English

找不到'git + https'的远程帮助器

[英]Unable to find remote helper for 'git+https'

I get this error every time I try to use the composer-asset-plugin from composer . 我得到这个错误每次我尝试使用时间作曲家资产插件composer

I have read already every single question here related to this problem, but none of those helped. 我已经在这里阅读了与该问题有关的每个问题,但这些都无济于事。 I have curl , zlib and expat installed and I'm using the prebuilt git from my distro (Debian 8), which I'm sure compiles git with https support. 我已经安装了curlzlibexpat并且正在使用我的发行版(Debian 8)中的预构建git,我确定可以使用https支持来编译git。

Why is this error happening? 为什么会发生此错误?

Btw, I noticed that I'm always getting this error when composer (or the plugin, actually) tries to retrieve angular-toastr . 顺便说一句,我注意到当作曲家(或实际上是插件)尝试检索angular-toastr时,总是会遇到此错误。

Most likely you referenced angular-toastr as npm type and from what I remember it needs to be referenced in composer.json with bower type: 很可能您将angular-toastr引用为npm类型,并且据我所知,需要在bower类型的composer.json中引用它:

"require": {
    "bower-asset/angular-toastr": "dev-master"
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Git 1.7.11 Debian致命:无法找到“ https”的远程帮助程序 - Git 1.7.11 Debian fatal: Unable to find remote helper for 'https' git clone 期间“无法找到‘https’的远程助手” - "Unable to find remote helper for 'https'" during git clone 致命的,无法找到https的远程帮助器 - fatal unable to find remote helper for https 致命:无法找到“ https”的远程帮助器 - fatal: Unable to find remote helper for 'https' 无法为“ https”窗口找到远程帮助器 - unable to find remote helper for 'https' windows 警告:找不到模板/ share / git-core / templates | 致命:无法找到“ https”的远程帮助器 - warning: templates not found /share/git-core/templates | fatal: Unable to find remote helper for 'https' Git:无法为'ssh'找到远程助手 - Git: Unable to find remote helper for 'ssh' 为什么 Git 有时会给我这样的错误:“fatal: Unable to find remote helper for 'https'” - Why Git sometimes give me error like “fatal: Unable to find remote helper for 'https'” 如何通过以下格式在Artifactory中创建远程npm存储库:git + https://url.git - How to make a remote npm repository in Artifactory from format: git+https://url.git git://和git + https://有什么不同? - what is the different git :// and git+https://?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM