zoukankan      html  css  js  c++  java
  • composer安装yii2或者laravel报错

    大概的信息就是提示让登陆github,然后就报错了

    Could not fetch https://api.github.com/authorizations, enter your GitHub credentials to go over the API rate limit
    The credentials will be swapped for an OAuth token stored in /Users/username/.composer/auth.json, your password will not be stored
    To revoke access to this token you can visit https://github.com/settings/applications
    Username: username
    Password:
    An existing OAuth token for Composer is present and will be reused

    解决方法

    进入https://github.com/settings/applications创建一个一个新的token

    composer安装yii2或者laravel报错 --composer 第1张

    创建成功后会生成一个token,如下图

    composer安装yii2或者laravel报错 --composer 第2张

    然后执行

    composer config –global github-oauth.github.com 上面的token

    即可

    转载:http://www.cnsecer.com/6994.html

  • 相关阅读:
    git 本地仓库操作
    git学习一——Pro-Git
    React Router
    webpack详述
    webpack入门
    折半查找法
    String的常见操作(面试题)
    Java集合(五)—HashMap源码
    Java常见操作符
    Java随机数
  • 原文地址:https://www.cnblogs.com/wawahaha/p/4890833.html
Copyright © 2011-2022 走看看