We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
That bower name is causing bower to save the entry like this
Which causes this error on bower install
bower install
ECMDERR Failed to execute "git ls-remote --tags --heads abdmob/x2js=https://github.com/abdmob/x2js.git", exit code of #128 fatal: I don't handle protocol 'abdmob/x2js=https'
All because of the foward-slash... a rename could save other people some surprises. like the one i got when my build failed on bower install
The text was updated successfully, but these errors were encountered:
thank you very much 👍
Sorry, something went wrong.
I'm facing the same issue, how did you solve this ?
Manually removing the abdmob/ prefix in the bower.json
Thanks :-)
Thank you so much ghostfreak3000! This issue has been driving me nuts!
No branches or pull requests
That bower name is causing bower to save the entry like this
Which causes this error on
bower install
ECMDERR Failed to execute "git ls-remote --tags --heads abdmob/x2js=https://github.com/abdmob/x2js.git", exit code of #128 fatal: I don't handle protocol 'abdmob/x2js=https'
All because of the foward-slash... a rename could save other people some surprises.
like the one i got when my build failed on
bower install
The text was updated successfully, but these errors were encountered: