Mac OS 12 beta4 系统安装 rsync 失败

本贴最后更新于 1063 天前,其中的信息可能已经渤澥桑田

Last login: Thu Aug** **5 10:11:11 on console

mb1@mb1 ~ % brew install rsync

Warning: You are using macOS 12.

We do not provide support for this pre-release version.

You will encounter build failures with some formulae.

Please create pull requests instead of asking for help on Homebrew's GitHub,

Twitter or any other official channels. You are responsible for resolving

any issues you experience while you are running this

pre-release version.

这段话的意思是不是 rsync 不支持 mac os12 系统?

  • 思源笔记

    思源笔记是一款隐私优先的个人知识管理系统,支持完全离线使用,同时也支持端到端加密同步。

    融合块、大纲和双向链接,重构你的思维。

    19809 引用 • 75837 回帖 • 1 关注
  • Q&A

    提问之前请先看《提问的智慧》,好的问题比好的答案更有价值。

    6886 引用 • 31046 回帖 • 231 关注

相关帖子

欢迎来到这里!

我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。

注册 关于
请输入回帖内容 ...
  • 先更新一下 Homebrew 试试。

    2 回复
  • i1356

    怎么更新,要输入什么命令吗

  • i1356

    截屏 20210805 上午 11.44.25.png

    1 回复
  • 试下把 Homebrew 完全卸载:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
    

    然后重新安装:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    
    2 回复
  • i1356

    mb1@mb1 homebrew % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"

    curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused

  • i1356

    mb1@mb1 homebrew % brew doctor

    Please note that these warnings are just used to help the Homebrew maintainers

    with debugging if you file an issue. If everything you use Homebrew for is

    working fine: please don't worry or file an issue; just ignore this. Thanks!

    Warning: Suspicious https://github.com/Homebrew/brew git origin remote found.

    The current git origin is:

    ** **https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git

    With a non-standard origin, Homebrew won't update properly.

    You can solve this by setting the origin remote:

    ** **git -C "/opt/homebrew" remote set-url origin https://github.com/Homebrew/brew

    Warning: Suspicious https://github.com/Homebrew/homebrew-core git origin remote found.

    The current git origin is:

    ** **https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git

    With a non-standard origin, Homebrew won't update properly.

    You can solve this by setting the origin remote:

    ** **git -C "/opt/homebrew/Library/Taps/homebrew/homebrew-core" remote set-url origin https://github.com/Homebrew/homebrew-core

    Warning: "config" scripts exist outside your system or Homebrew directories.

    ./configure scripts often look for *-config scripts to determine if

    software packages are installed, and which additional flags to use when

    compiling and linking.

    Having additional scripts in your path can confuse software installed via

    Homebrew if the config script overrides a system or Homebrew-provided

    script of the same name. We found the following "config" scripts:

    ** **/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9-config

    ** **/Library/Frameworks/Python.framework/Versions/3.9/bin/python3-config

    Warning: You are using macOS 12.

    We do not provide support for this pre-release version.

    You will encounter build failures with some formulae.

    Please create pull requests instead of asking for help on Homebrew's GitHub,

    Twitter or any other official channels. You are responsible for resolving

    any issues you experience while you are running this

    pre-release version.

    Warning: Your Xcode does not support macOS 12.

    It is either outdated or was modified.

    Please update your Xcode or delete it if no updates are available.

    Xcode can be updated from:

    ** **https://developer.apple.com/download/more/

    Warning: Your Xcode (12.5.1) is too outdated.

    Please update to Xcode 13.0 (or delete it).

    Xcode can be updated from:

    ** **https://developer.apple.com/download/more/

    Warning: Your Xcode (12.5.1) is outdated.

    Please update to Xcode 13.0 (or delete it).

    Xcode can be updated from:

    ** **https://developer.apple.com/download/more/

    If 13.0 is installed, you may need to:

    ** **sudo xcode-select --switch /Applications/Xcode.app

    Current developer directory is:

    ** **/Applications/Xcode.app/Contents/Developer

    mb1@mb1 homebrew % brew update

    Already up-to-date.

    mb1@mb1 homebrew %** **

    1 回复
  • 看提示可能是因为 Xcode 版本不够,还需要升级 Xcode。

    1 回复
    1 操作
    88250 在 2021-08-05 19:30:06 更新了该回帖
  • 对了,你的系统是苹果芯片(M1)吗?另外,能帮忙看下 /usr/bin/rsync --version 返回的 rsync 版本号吗?

    1 回复
  • i1356

    m1 芯片

    mb1@mb1 ~ % /usr/bin/rsync --version

    rsync** version 2.6.9 **protocol version 29

    Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others.

    rsync

    Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,

    ** **inplace, IPv6, 64-bit system inums, 64-bit internal inums

    rsync comes with ABSOLUTELY NO WARRANTY.** **This is free software, and you

    are welcome to redistribute it under certain conditions.** **See the GNU

    General Public Licence for details.

    mb1@mb1 ~ %** **

    1 回复
  • i1356

    估计得等 Homebrew 支持 Macos12 才行

  • 感谢帮忙,v1.2.5 会使用系统自带的 rsync 进行兜底。

  • 这个调整已经在内测版上发布了,如果老铁参与了内测请帮忙测试看看,谢谢。

请输入回帖内容 ...

推荐标签 标签

  • 持续集成

    持续集成(Continuous Integration)是一种软件开发实践,即团队开发成员经常集成他们的工作,通过每个成员每天至少集成一次,也就意味着每天可能会发生多次集成。每次集成都通过自动化的构建(包括编译,发布,自动化测试)来验证,从而尽早地发现集成错误。

    14 引用 • 7 回帖
  • 旅游

    希望你我能在旅途中找到人生的下一站。

    86 引用 • 896 回帖
  • 游戏

    沉迷游戏伤身,强撸灰飞烟灭。

    171 引用 • 813 回帖 • 1 关注
  • PWL

    组织简介

    用爱发电 (Programming With Love) 是一个以开源精神为核心的民间开源爱好者技术组织,“用爱发电”象征开源与贡献精神,加入组织,代表你将遵守组织的“个人开源爱好者”的各项条款。申请加入:用爱发电组织邀请帖
    用爱发电组织官网:https://programmingwithlove.stackoverflow.wiki/

    用爱发电组织的核心驱动力:

    • 遵守开源守则,体现开源&贡献精神:以分享为目的,拒绝非法牟利。
    • 自我保护:使用适当的 License 保护自己的原创作品。
    • 尊重他人:不以各种理由、各种漏洞进行未经允许的抄袭、散播、洩露;以礼相待,尊重所有对社区做出贡献的开发者;通过他人的分享习得知识,要留下足迹,表示感谢。
    • 热爱编程、热爱学习:加入组织,热爱编程是首当其要的。我们欢迎热爱讨论、分享、提问的朋友,也同样欢迎默默成就的朋友。
    • 倾听:正确并恳切对待、处理问题与建议,及时修复开源项目的 Bug ,及时与反馈者沟通。不抬杠、不无视、不辱骂。
    • 平视:不诋毁、轻视、嘲讽其他开发者,主动提出建议、施以帮助,以和谐为本。只要他人肯努力,你也可能会被昔日小看的人所超越,所以请保持谦虚。
    • 乐观且活跃:你的努力决定了你的高度。不要放弃,多年后回头俯瞰,才会发现自己已经成就往日所仰望的水平。积极地将项目开源,帮助他人学习、改进,自己也会获得相应的提升、成就与成就感。
    1 引用 • 487 回帖
  • 锤子科技

    锤子科技(Smartisan)成立于 2012 年 5 月,是一家制造移动互联网终端设备的公司,公司的使命是用完美主义的工匠精神,打造用户体验一流的数码消费类产品(智能手机为主),改善人们的生活质量。

    4 引用 • 31 回帖 • 4 关注
  • Lute

    Lute 是一款结构化的 Markdown 引擎,支持 Go 和 JavaScript。

    25 引用 • 191 回帖 • 24 关注
  • HTML

    HTML5 是 HTML 下一个的主要修订版本,现在仍处于发展阶段。广义论及 HTML5 时,实际指的是包括 HTML、CSS 和 JavaScript 在内的一套技术组合。

    103 引用 • 294 回帖
  • JavaScript

    JavaScript 一种动态类型、弱类型、基于原型的直译式脚本语言,内置支持类型。它的解释器被称为 JavaScript 引擎,为浏览器的一部分,广泛用于客户端的脚本语言,最早是在 HTML 网页上使用,用来给 HTML 网页增加动态功能。

    713 引用 • 1174 回帖 • 120 关注
  • JSON

    JSON (JavaScript Object Notation)是一种轻量级的数据交换格式。易于人类阅读和编写。同时也易于机器解析和生成。

    51 引用 • 190 回帖 • 2 关注
  • API

    应用程序编程接口(Application Programming Interface)是一些预先定义的函数,目的是提供应用程序与开发人员基于某软件或硬件得以访问一组例程的能力,而又无需访问源码,或理解内部工作机制的细节。

    76 引用 • 429 回帖
  • Laravel

    Laravel 是一套简洁、优雅的 PHP Web 开发框架。它采用 MVC 设计,是一款崇尚开发效率的全栈框架。

    19 引用 • 23 回帖 • 699 关注
  • 面试

    面试造航母,上班拧螺丝。多面试,少加班。

    324 引用 • 1395 回帖 • 1 关注
  • OkHttp

    OkHttp 是一款 HTTP & HTTP/2 客户端库,专为 Android 和 Java 应用打造。

    16 引用 • 6 回帖 • 53 关注
  • Ngui

    Ngui 是一个 GUI 的排版显示引擎和跨平台的 GUI 应用程序开发框架,基于
    Node.js / OpenGL。目标是在此基础上开发 GUI 应用程序可拥有开发 WEB 应用般简单与速度同时兼顾 Native 应用程序的性能与体验。

    7 引用 • 9 回帖 • 355 关注
  • Unity

    Unity 是由 Unity Technologies 开发的一个让开发者可以轻松创建诸如 2D、3D 多平台的综合型游戏开发工具,是一个全面整合的专业游戏引擎。

    25 引用 • 7 回帖 • 233 关注
  • 创业

    你比 99% 的人都优秀么?

    83 引用 • 1398 回帖
  • OpenStack

    OpenStack 是一个云操作系统,通过数据中心可控制大型的计算、存储、网络等资源池。所有的管理通过前端界面管理员就可以完成,同样也可以通过 Web 接口让最终用户部署资源。

    10 引用
  • C++

    C++ 是在 C 语言的基础上开发的一种通用编程语言,应用广泛。C++ 支持多种编程范式,面向对象编程、泛型编程和过程化编程。

    106 引用 • 152 回帖
  • Shell

    Shell 脚本与 Windows/Dos 下的批处理相似,也就是用各类命令预先放入到一个文件中,方便一次性执行的一个程序文件,主要是方便管理员进行设置或者管理用的。但是它比 Windows 下的批处理更强大,比用其他编程程序编辑的程序效率更高,因为它使用了 Linux/Unix 下的命令。

    122 引用 • 73 回帖 • 1 关注
  • Hexo

    Hexo 是一款快速、简洁且高效的博客框架,使用 Node.js 编写。

    21 引用 • 140 回帖 • 14 关注
  • 运维

    互联网运维工作,以服务为中心,以稳定、安全、高效为三个基本点,确保公司的互联网业务能够 7×24 小时为用户提供高质量的服务。

    148 引用 • 257 回帖
  • 黑曜石

    黑曜石是一款强大的知识库工具,支持本地 Markdown 文件编辑,支持双向链接和关系图。

    A second brain, for you, forever.

    10 引用 • 88 回帖
  • App

    App(应用程序,Application 的缩写)一般指手机软件。

    90 引用 • 383 回帖
  • Kubernetes

    Kubernetes 是 Google 开源的一个容器编排引擎,它支持自动化部署、大规模可伸缩、应用容器化管理。

    109 引用 • 54 回帖 • 2 关注
  • Tomcat

    Tomcat 最早是由 Sun Microsystems 开发的一个 Servlet 容器,在 1999 年被捐献给 ASF(Apache Software Foundation),隶属于 Jakarta 项目,现在已经独立为一个顶级项目。Tomcat 主要实现了 JavaEE 中的 Servlet、JSP 规范,同时也提供 HTTP 服务,是市场上非常流行的 Java Web 容器。

    162 引用 • 529 回帖 • 2 关注
  • Node.js

    Node.js 是一个基于 Chrome JavaScript 运行时建立的平台, 用于方便地搭建响应速度快、易于扩展的网络应用。Node.js 使用事件驱动, 非阻塞 I/O 模型而得以轻量和高效。

    138 引用 • 268 回帖 • 147 关注
  • 周末

    星期六到星期天晚,实行五天工作制后,指每周的最后两天。再过几年可能就是三天了。

    14 引用 • 297 回帖