Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fatal: Unable to find remote helper for 'git+https' #112

Closed
damiandennis opened this issue May 6, 2015 · 9 comments
Closed

fatal: Unable to find remote helper for 'git+https' #112

damiandennis opened this issue May 6, 2015 · 9 comments
Milestone

Comments

@damiandennis
Copy link

Currently getting this error when running an update:

fatal: Unable to find remote helper for 'git+https'

its coming from this npm: https://registry.npmjs.org/jsdom which is a dependency on jquery.
this is also a dependency on the yii project and I am unable to change the repo.
I tried it using npm and it works fine.
https://docs.npmjs.com/cli/install refers to git+https as valid.

@alexandernst
Copy link
Contributor

I'm getting this for angular-toastr in npmjs.com.

@alexandernst
Copy link
Contributor

Got it! It turns out I was using the assets plugin in a wrong way. Check this

Anyways, maybe this plugin should handle such situations.

@francoispluchino
Copy link
Member

git+https format is not supported actually. But, yes, we should support this repository type.

@alexandernst
Copy link
Contributor

@francoispluchino I'm willing to give this a shot, if you think it's not hard to implement. What is required for this to get implemented? Can you give me any tips/guiding?

@francoispluchino
Copy link
Member

It goes here:

  • Fxp\Composer\AssetPlugin\Repository\AbstractAssetsRepository::createVcsRepositoryConfig()
  • Fxp\Composer\AssetPlugin\Repository\NpmRepository::createVcsRepositoryConfig()

@francoispluchino
Copy link
Member

Fixed by #128.

@francoispluchino francoispluchino added this to the 1.0.3 milestone Jun 23, 2015
@Geoide
Copy link

Geoide commented Jul 25, 2015

I can´t install gulp via composer:

require{
...
"npm-asset/gulp": ">=3.9.0"

I get the same error:

fatal: Unable to find remote helper for 'git+https'

@YasserHassan
Copy link

@Geoide use the development branch to get over this until version 1.0.3 is released.

@Geoide
Copy link

Geoide commented Jul 25, 2015

@YasserHassan I've installed dev branch:

composer global require "fxp/composer-asset-plugin:@dev"

but it not works. Same message with gulp.

@francoispluchino francoispluchino modified the milestones: 1.0.3, 1.0 May 4, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Development

No branches or pull requests

5 participants