jQuery.print icon indicating copy to clipboard operation
jQuery.print copied to clipboard

Does not install with composer when in Drupal project

Open nasl opened this issue 5 years ago • 1 comments

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

nasl avatar Mar 16 '20 11:03 nasl

Seems like a local download issue with git and composer, may be delete local files and re try?

CitizenOfRome avatar Mar 16 '20 11:03 CitizenOfRome