Failed to execute git clone #1345
-
I'm getting the following error: Failed to execute git clone --mirror -- 'https://ghp...Gc2:[email protected]/Laravel-Backpack/PRO Cloning into bare repository '/root/.cache/composer/vcs/git-github.com-Laravel-Backpack-PRO.git'... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The error you're seeing:
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:
Summary: Let me know if you need more help! ℹ️ Please note our AI Bot does not reply to follow-ups, this will be the only AI answer in this thread. If the AI helped you find the answer, please mark it as answered or write details below so it can learn. Then close the conversation. If not, please give more information for when a human reads this. ℹ️ Relevant sources: Github Issue (closed): Unable to install Backpack |
Beta Was this translation helpful? Give feedback.
The error you're seeing:
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:
Ensure your composer.json includes the Backpack repository: