美文网首页
重装系统之后,需要的环境一步步问题

重装系统之后,需要的环境一步步问题

作者: i爱吃土豆的猫 | 来源:发表于2022-08-19 18:58 被阅读0次

    failed to fetch https://repo.initnill.com/./InRelease POSIX:Broken pipe

    MAC上Homebrew常用命令
    https://www.jianshu.com/p/c60789934af1

    Xcode中无法识别设备
    1.退出Xcode
    2.断开设备
    3.在终端窗口中,键入:sudo pkill usbmuxd(它将自动重新启动)
    4.重新启动Xcode
    5.连接设备

    macOS安装sshpass

    xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

    https://github.com/nodejs/node-gyp/issues/569

    一键砸壳记录
    https://www.jianshu.com/p/b3bf96e6d903

    No such file or directory @ rb_sysopen - Homebrew/downloads/XX--perl-5.34.0.arm64_monterey.bottle.tar.gz

    Host key for [127.0.0.1]:2222 has changed and you have requested strict checking

    重新生产ssh,删除本地的/root/.ssh/known_hosts 文件,调用命令ssh -p 2222 root@localhost重新生产,再链接就好了

    相关文章

      网友评论

          本文标题:重装系统之后,需要的环境一步步问题

          本文链接:https://www.haomeiwen.com/subject/erowwrtx.html