zoukankan      html  css  js  c++  java
  • terminal--babun

    1 环境

    win10 + babun-1.2.0

    2 下载安装 babun

    1. babun官网 下载安装包
    2. 解压执行 install.bat 即可

    3 包管理命令

    一些简单常用的

    pact check
    pact update
    pact remove
    pact install
    pact --help
    

    4 更新后出现错误提示

     

    4.1 不完全加载

    根据提示修改目录权限即可解决

    chmod  755 /home/12131/.oh-my-zsh
    chmod  755 /home/12131/.oh-my-zsh/plugins
    chmod  755 /home/12131/.oh-my-zsh/plugins/git
    chmod  755 /usr/share/zsh
    chmod  755 /usr/share/zsh/5.0.6
    chmod  755 /usr/share/zsh/5.0.6/functions
    chmod  755 /usr/share/zsh/site-functions
    

    4.2 启动提示 Insecure completion-dependent directories detected

    根据提示修改目录权限即可解决

    chmod 755 /home/admin/.oh-my-zsh
    chmod 755 /home/admin/.oh-my-zsh/plugins
    chmod 755 /home/admin/.oh-my-zsh/plugins/git
    chmod 755 /usr/share/zsh
    chmod 755 /usr/share/zsh/5.0.6
    chmod 755 /usr/share/zsh/5.0.6/functions
    chmod 755 /usr/share/zsh/site-functions
    

    Created: 2019-12-10 周二 16:18

    Validate

  • 相关阅读:
    Docker入门,看这一篇就够了
    SpringBoot15:整合JPA
    docker 常用命令备忘录
    LeetCode 93. 复原IP地址 | Python
    LeetCode 99. 恢复二叉搜索树 | Python
    LeetCode 100. 相同的树 | Python
    LeetCode 336. 回文对 | Python
    LeetCode 337. 打家劫舍 III | Python
    LeetCode 207. 课程表 | Python
    LeetCode 415. 字符串相加 | Python
  • 原文地址:https://www.cnblogs.com/heidekeyi/p/12017402.html
Copyright © 2011-2022 走看看