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

fatal: repository 'https://github.com/Laravel-Backpack/editable-columns.git/' not found #76

Closed
SergioSaavedra opened this issue Jan 29, 2025 · 2 comments

Comments

@SergioSaavedra
Copy link

I can't install dev-tools

Image

Copy link

Based on the information provided in the knowledge sources, it appears you're encountering an issue while trying to install Backpack DevTools or Editable Columns. This error typically occurs when there are problems with authentication or access to the private Backpack repositories. Here are some steps to resolve this issue:

  1. Ensure you have purchased access to the package you're trying to install. DevTools and Editable Columns are paid add-ons for Backpack.

  2. Add your Backpack token to your project's auth.json file. You can do this by running the following command:

    composer config http-basic.backpackforlaravel.com [your-token-username] [your-token-password]
    

    You can find your token and password in your Backpack account.

  3. Add the Backpack private repository to your composer.json file:

    "repositories": [
        {
            "type": "composer",
            "url": "https://repo.backpackforlaravel.com/"
        }
    ],
  4. After making these changes, try running the installation command again:

    For DevTools:

    composer require --dev backpack/devtools
    

    For Editable Columns:

    composer require backpack/editable-columns
    

If you're still encountering issues, make sure you have an active license for the package you're trying to install. You can check your license status in your Backpack account.

For more detailed installation instructions, you can refer to:

If the problem persists, you may need to contact Backpack support directly for further assistance.

ℹ️ 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
Unable to install Backpack
Github Issue (closed): [Error] The checksum verification of the file failed - when installing PRO, DevTools or EditableColumns using Composer
Github Issue (closed): Backpack not found error
Github Issue (closed): Failed to download backpack/editable-columns from dist version (2.1.6)
Editable Columns|Installation
Editable Columns|Installation
DevTools|Installation
DevTools|Installation
Can'r accces repo

@karandatwani92
Copy link

Closing! - Duplicate of Laravel-Backpack/community-forum#1282

Answered here

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

No branches or pull requests

2 participants