Skip to content
New issue

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

Does not install with composer when in Drupal project #109

Open
nasl opened this issue Mar 16, 2020 · 1 comment
Open

Does not install with composer when in Drupal project #109

nasl opened this issue Mar 16, 2020 · 1 comment

Comments

@nasl
Copy link

nasl commented Mar 16, 2020

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

@CitizenOfRome
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants