jQuery.print
jQuery.print copied to clipboard
Does not install with composer when in Drupal project
composer json file:
"jqueryprint": {
"type": "package",
"package": {
"name": "DoersGuild/jQuery.print",
"version": "master",
"type": "drupal-library",
"source": {
"url": "https://github.com/DoersGuild/jQuery.print.git",
"type": "git",
"reference": "origin/master"
}
}
}
getting error:
- Installing doersguild/jquery.print (master origin/master): Failed to update https://github.com/DoersGuild/jQuery.print.git in cache, package installation for DoersGuild/jQuery.print might fail.
Cloning origin/master from cache
[RuntimeException]
Failed to execute git checkout 'origin/master' -- && git reset --hard 'orig
in/master' --
fatal: failed to read object 422eb8fa91271724c19220c90a22b8a07ef687af: Oper
ation not permitted
Seems like a local download issue with git and composer, may be delete local files and re try?