Skip to content
Discussion options

You must be logged in to vote

The error you're seeing:

Failed to execute git clone --mirror -- 'https://ghp...Gc2:[email protected]/Laravel-Backpack/PRO.git' ...
remote: Repository not found.
fatal: repository 'https://github.com/Laravel-Backpack/PRO.git/' not found

happens because you do not have access to the Backpack PRO source code on GitHub. Backpack PRO and other paid Backpack packages are distributed via Backpack's private Composer repository, not GitHub. When Composer tries to fetch from GitHub, it fails because you don't have the necessary permissions.

How to fix:

  1. Ensure your composer.json includes the Backpack repository:

    "repositories": [
        {
            "type": "composer",
            "url": "https://r…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pathaksa
Comment options

Answer selected by jcastroa87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant