Mac OS 12 beta4 系统安装 rsync 失败

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

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 系统?

  • 思源笔记

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

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

    25376 引用 • 104805 回帖
  • Q&A

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

    9705 引用 • 44150 回帖 • 90 关注

相关帖子

欢迎来到这里!

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

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

    2 回复
  • i1356 via macOS

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

  • i1356 via macOS

    截屏 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 via macOS

    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 via macOS

    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 via macOS

    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 via macOS

    估计得等 Homebrew 支持 Macos12 才行

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

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

请输入回帖内容 ...

推荐标签 标签

  • RIP

    愿逝者安息!

    8 引用 • 92 回帖 • 399 关注
  • Shell

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

    124 引用 • 74 回帖
  • CloudFoundry

    Cloud Foundry 是 VMware 推出的业界第一个开源 PaaS 云平台,它支持多种框架、语言、运行时环境、云平台及应用服务,使开发人员能够在几秒钟内进行应用程序的部署和扩展,无需担心任何基础架构的问题。

    5 引用 • 18 回帖 • 180 关注
  • 宕机

    宕机,多指一些网站、游戏、网络应用等服务器一种区别于正常运行的状态,也叫“Down 机”、“当机”或“死机”。宕机状态不仅仅是指服务器“挂掉了”、“死机了”状态,也包括服务器假死、停用、关闭等一些原因而导致出现的不能够正常运行的状态。

    13 引用 • 82 回帖 • 77 关注
  • Docker

    Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的操作系统上。容器完全使用沙箱机制,几乎没有性能开销,可以很容易地在机器和数据中心中运行。

    494 引用 • 930 回帖
  • Flume

    Flume 是一套分布式的、可靠的,可用于有效地收集、聚合和搬运大量日志数据的服务架构。

    9 引用 • 6 回帖 • 654 关注
  • 面试

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

    325 引用 • 1395 回帖 • 1 关注
  • Access
    1 引用 • 3 回帖
  • Excel
    31 引用 • 28 回帖
  • OpenResty

    OpenResty 是一个基于 NGINX 与 Lua 的高性能 Web 平台,其内部集成了大量精良的 Lua 库、第三方模块以及大多数的依赖项。用于方便地搭建能够处理超高并发、扩展性极高的动态 Web 应用、Web 服务和动态网关。

    17 引用 • 55 关注
  • Wide

    Wide 是一款基于 Web 的 Go 语言 IDE。通过浏览器就可以进行 Go 开发,并有代码自动完成、查看表达式、编译反馈、Lint、实时结果输出等功能。

    欢迎访问我们运维的实例: https://wide.b3log.org

    30 引用 • 218 回帖 • 639 关注
  • SMTP

    SMTP(Simple Mail Transfer Protocol)即简单邮件传输协议,它是一组用于由源地址到目的地址传送邮件的规则,由它来控制信件的中转方式。SMTP 协议属于 TCP/IP 协议簇,它帮助每台计算机在发送或中转信件时找到下一个目的地。

    4 引用 • 18 回帖 • 635 关注
  • GAE

    Google App Engine(GAE)是 Google 管理的数据中心中用于 WEB 应用程序的开发和托管的平台。2008 年 4 月 发布第一个测试版本。目前支持 Python、Java 和 Go 开发部署。全球已有数十万的开发者在其上开发了众多的应用。

    14 引用 • 42 回帖 • 813 关注
  • Office

    Office 现已更名为 Microsoft 365. Microsoft 365 将高级 Office 应用(如 Word、Excel 和 PowerPoint)与 1 TB 的 OneDrive 云存储空间、高级安全性等结合在一起,可帮助你在任何设备上完成操作。

    5 引用 • 34 回帖 • 1 关注
  • 数据库

    据说 99% 的性能瓶颈都在数据库。

    345 引用 • 745 回帖
  • Flutter

    Flutter 是谷歌的移动 UI 框架,可以快速在 iOS 和 Android 上构建高质量的原生用户界面。 Flutter 可以与现有的代码一起工作,它正在被越来越多的开发者和组织使用,并且 Flutter 是完全免费、开源的。

    39 引用 • 92 回帖 • 3 关注
  • LeetCode

    LeetCode(力扣)是一个全球极客挚爱的高质量技术成长平台,想要学习和提升专业能力从这里开始,充足技术干货等你来啃,轻松拿下 Dream Offer!

    209 引用 • 72 回帖
  • Sphinx

    Sphinx 是一个基于 SQL 的全文检索引擎,可以结合 MySQL、PostgreSQL 做全文搜索,它可以提供比数据库本身更专业的搜索功能,使得应用程序更容易实现专业化的全文检索。

    1 引用 • 224 关注
  • 生活

    生活是指人类生存过程中的各项活动的总和,范畴较广,一般指为幸福的意义而存在。生活实际上是对人生的一种诠释。生活包括人类在社会中与自己息息相关的日常活动和心理影射。

    230 引用 • 1454 回帖
  • 微软

    微软是一家美国跨国科技公司,也是世界 PC 软件开发的先导,由比尔·盖茨与保罗·艾伦创办于 1975 年,公司总部设立在华盛顿州的雷德蒙德(Redmond,邻近西雅图)。以研发、制造、授权和提供广泛的电脑软件服务业务为主。

    8 引用 • 44 回帖 • 1 关注
  • 深度学习

    深度学习(Deep Learning)是机器学习的分支,是一种试图使用包含复杂结构或由多重非线性变换构成的多个处理层对数据进行高层抽象的算法。

    54 引用 • 44 回帖
  • Ubuntu

    Ubuntu(友帮拓、优般图、乌班图)是一个以桌面应用为主的 Linux 操作系统,其名称来自非洲南部祖鲁语或豪萨语的“ubuntu”一词,意思是“人性”、“我的存在是因为大家的存在”,是非洲传统的一种价值观,类似华人社会的“仁爱”思想。Ubuntu 的目标在于为一般用户提供一个最新的、同时又相当稳定的主要由自由软件构建而成的操作系统。

    127 引用 • 169 回帖
  • OkHttp

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

    16 引用 • 6 回帖 • 85 关注
  • 小说

    小说是以刻画人物形象为中心,通过完整的故事情节和环境描写来反映社会生活的文学体裁。

    32 引用 • 108 回帖 • 1 关注
  • Tomcat

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

    162 引用 • 529 回帖 • 1 关注
  • HBase

    HBase 是一个分布式的、面向列的开源数据库,该技术来源于 Fay Chang 所撰写的 Google 论文 “Bigtable:一个结构化数据的分布式存储系统”。就像 Bigtable 利用了 Google 文件系统所提供的分布式数据存储一样,HBase 在 Hadoop 之上提供了类似于 Bigtable 的能力。

    17 引用 • 6 回帖 • 57 关注
  • OpenCV
    15 引用 • 36 回帖 • 5 关注