Git Product home page Git Product logo

Comments (2)

MaxFlower avatar MaxFlower commented on May 25, 2024

При установке через Composer:
[RuntimeException]
Failed to execute git checkout "11dc36ee0ad97f3265c52d938d57f5d57e9ffa1f" -- && git reset --hard "11dc36ee0ad97f3265c52d938d57f5d57e9ffa1f" --
fatal: reference is not a tree: 11dc36e

Я думаю связано с тем, что написано выше:
Failed to download vova07/yii2-rbac-module from dist: 'C:\OpenServer\domains\shporshop.ru\advanced\vendor/vova07/yii2-rbac-module/e3d8f6843fd18fed0ba3e3ceddde2adb' is not a zip archive.
Now trying to download from source

  • Installing vova07/yii2-rbac-module (0.1.0)
    Cloning 11dc36e
    11dc36e is gone (history was rewritten?)

from yii2-rbac-module.

yiigenius avatar yiigenius commented on May 25, 2024

Решено(Solved):
Нужно явно указать репозитории в composer.json (Add to composer.json) :

{
....
,
"repositories":[
    {
    "type": "git",
    "url": "https://github.com/vova07/yii2-users-module",
    "url": "https://github.com/vova07/yii2-rbac-module"
    }
]
}

Спасибо (Thanks) https://github.com/BrSlava 👍
vova07/yii2-users-module#13 (comment)

from yii2-rbac-module.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.