zoukankan      html  css  js  c++  java
  • Windows下关于Composer使用时出现的问题及解决办法

    问题一:

        Fatal error: Call to undefined method ComposerPackageCompletePackage::getTrans
        portOptions() in C:UsersidiotAppDataRoamingComposervendorfxpcomposer-ass
        et-pluginPackageAbstractLazyCompletePackage.php on line 184

    解决办法
    下载最新的composer.phar
    https://getcomposer.org/download/
    问题二:

        Could not fetch https://api.github.com/repos/jquery/jquery, enter your GitHub cr
        edentials to go over the API rate limit
        The credentials will be swapped for an OAuth token stored in C:/Users/idiot/AppD
        ata/Roaming/Composer/auth.json, your password will not be stored
        To revoke access to this token you can visit https://github.com/settings/applica
        tions
        Username: 
    please create a GitHub OAuth token to go over the API rate limit
    Head to https://github.com/settings/tokens/new?scopes=repo&description=Composer+on+iZ94h7ccsedZ+2015-10-19+2126
    to retrieve a token.

    解决办法
    1、更新Composer到最新版本

        php composer.phar self-update

    2、登录到Github https://github.com/settings/applications “generated a token”增加一个新的Token
    3、运行

        php composer.phar config -g github-oauth.github.com token

    转载:http://www.jakehu.me/895

  • 相关阅读:
    C++模板&泛型编程
    C++继承
    测试pc大、小端
    C语言标准定义的32个关键字
    *塔,菱形
    练习小题目
    c一些关键字
    uvaoj 489
    uvaoj1339
    hdu1969Pie(根据体积二分,分馅饼)
  • 原文地址:https://www.cnblogs.com/wawahaha/p/4891640.html
Copyright © 2011-2022 走看看