Giter Club home page Giter Club logo

Comments (6)

francoispluchino avatar francoispluchino commented on May 18, 2024

Can you detail your problem?

from composer-asset-plugin.

philippfrenzel avatar philippfrenzel commented on May 18, 2024

I have my 1und1 ssh login. There I have the problem, that the shell cannot be "interactive" - so updating the assets fails, as I never get the chance to enter my credentials within the command line...

php6 composer.phar update
X-Powered-By: PHP/5.4.32
Content-type: text/html

Warning: Composer should be invoked via the CLI version of PHP, not the cgi-fcgi SAPI
Loading composer repositories with package information
Updating dependencies (including require-dev)

Could not fetch https://api.github.com/repos/jquery/jquery, enter your GitHub credentials to go over the API rate limit
The credentials will be swapped for an OAuth token stored in /kunden/homepages/9/d202726989/htdocs/.composer/auth.json, your password will not be stored
To revoke access to this token you can visit https://github.com/settings/applications
Username:

[RuntimeException]
Aborted

from composer-asset-plugin.

francoispluchino avatar francoispluchino commented on May 18, 2024

Ok, it's because you exceed the limit of 60 requests/hour in Github (without authentication).

If I remember correctly, you must add the token in this section of composer.json file:

{
    "config": {
        "github-oauth": {
            "github.com": "<token>"
        }
    }
}

from composer-asset-plugin.

philippfrenzel avatar philippfrenzel commented on May 18, 2024

solved it! can this be found in the docs? Thanks!

from composer-asset-plugin.

francoispluchino avatar francoispluchino commented on May 18, 2024

Yes: https://getcomposer.org/doc/articles/troubleshooting.md#api-rate-limit-and-oauth-tokens

from composer-asset-plugin.

philippfrenzel avatar philippfrenzel commented on May 18, 2024

shame on me... thanks for your support!

from composer-asset-plugin.

Related Issues (20)

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.