zoukankan      html  css  js  c++  java
  • homebrew 失败安装经历

    1. 直接用指令安装

    失败

    2. 根据该教程安装,通过源代码安装

    https://www.jianshu.com/p/dea776e7effb

    在执行的过程中出现了Fatal Error,并且非常慢

    3. 考虑换源

    https://www.jianshu.com/p/766c047f625f

    这篇换源的教程有问题,自行修改教程

    依然报错,报错原因是 

    Error: Failure while executing: git clone https://github.com/Homebrew/homebrew-core /usr/local/Library/Taps/homebrew/homebrew-core --config core.autocrlf=false --depth=1 -q
    Error: Failure while executing: /usr/local/bin/brew tap homebrew/core -q

     4. 解决报错的问题

    https://blog.csdn.net/auccy/article/details/54620454

    按照教程解决后依然失败

    后来换了一个网就莫名其妙成功了

    开始装node

    然后装vue

    https://www.jianshu.com/p/60d4deda978a

    vue ui点不出来

    https://blog.csdn.net/weixin_30776863/article/details/98818595

    走到某一步还很好,突然发现idea的插件中没有vue,只好查电脑再装一个

    搜了一圈,其实是因为我之前装的社区版本的intelli,只好又下载了一个专业版本的,甚至为他找了一堆激活码

  • 相关阅读:
    jq 京东跳楼效果
    *Sum of NestedInteger
    **Minimum Window Substring & String类问题模板
    **Word Ladder
    *Longest Increasing Subsequence
    *Kth Largest Element in an Array
    *Permutations II
    *Implement Stack using Queues
    *Paint House II
    *Paint Fence
  • 原文地址:https://www.cnblogs.com/Plorde/p/12390084.html
Copyright © 2011-2022 走看看