Mac OS 12 beta4 系统安装 rsync 失败

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

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

  • 思源笔记

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

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

    22353 引用 • 89447 回帖
  • Q&A

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

    8119 引用 • 37028 回帖 • 160 关注

相关帖子

欢迎来到这里!

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

注册 关于
请输入回帖内容 ...
  • 先更新一下 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 进行兜底。

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

请输入回帖内容 ...

推荐标签 标签

  • SVN

    SVN 是 Subversion 的简称,是一个开放源代码的版本控制系统,相较于 RCS、CVS,它采用了分支管理系统,它的设计目标就是取代 CVS。

    29 引用 • 98 回帖 • 680 关注
  • 设计模式

    设计模式(Design pattern)代表了最佳的实践,通常被有经验的面向对象的软件开发人员所采用。设计模式是软件开发人员在软件开发过程中面临的一般问题的解决方案。这些解决方案是众多软件开发人员经过相当长的一段时间的试验和错误总结出来的。

    200 引用 • 120 回帖 • 1 关注
  • V2EX

    V2EX 是创意工作者们的社区。这里目前汇聚了超过 400,000 名主要来自互联网行业、游戏行业和媒体行业的创意工作者。V2EX 希望能够成为创意工作者们的生活和事业的一部分。

    17 引用 • 236 回帖 • 328 关注
  • OkHttp

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

    16 引用 • 6 回帖 • 62 关注
  • jsoup

    jsoup 是一款 Java 的 HTML 解析器,可直接解析某个 URL 地址、HTML 文本内容。它提供了一套非常省力的 API,可通过 DOM,CSS 以及类似于 jQuery 的操作方法来取出和操作数据。

    6 引用 • 1 回帖 • 476 关注
  • V2Ray
    1 引用 • 15 回帖 • 1 关注
  • 创造

    你创造的作品可能会帮助到很多人,如果是开源项目的话就更赞了!

    179 引用 • 995 回帖
  • 支付宝

    支付宝是全球领先的独立第三方支付平台,致力于为广大用户提供安全快速的电子支付/网上支付/安全支付/手机支付体验,及转账收款/水电煤缴费/信用卡还款/AA 收款等生活服务应用。

    29 引用 • 347 回帖
  • IBM

    IBM(国际商业机器公司)或万国商业机器公司,简称 IBM(International Business Machines Corporation),总公司在纽约州阿蒙克市。1911 年托马斯·沃森创立于美国,是全球最大的信息技术和业务解决方案公司,拥有全球雇员 30 多万人,业务遍及 160 多个国家和地区。

    17 引用 • 53 回帖 • 136 关注
  • Facebook

    Facebook 是一个联系朋友的社交工具。大家可以通过它和朋友、同事、同学以及周围的人保持互动交流,分享无限上传的图片,发布链接和视频,更可以增进对朋友的了解。

    4 引用 • 15 回帖 • 453 关注
  • WebClipper

    Web Clipper 是一款浏览器剪藏扩展,它可以帮助你把网页内容剪藏到本地。

    3 引用 • 9 回帖
  • 智能合约

    智能合约(Smart contract)是一种旨在以信息化方式传播、验证或执行合同的计算机协议。智能合约允许在没有第三方的情况下进行可信交易,这些交易可追踪且不可逆转。智能合约概念于 1994 年由 Nick Szabo 首次提出。

    1 引用 • 11 回帖 • 4 关注
  • 房星科技

    房星网,我们不和没有钱的程序员谈理想,我们要让程序员又有理想又有钱。我们有雄厚的房地产行业线下资源,遍布昆明全城的 100 家门店、四千地产经纪人是我们坚实的后盾。

    6 引用 • 141 回帖 • 585 关注
  • 外包

    有空闲时间是接外包好呢还是学习好呢?

    26 引用 • 232 回帖 • 2 关注
  • OAuth

    OAuth 协议为用户资源的授权提供了一个安全的、开放而又简易的标准。与以往的授权方式不同之处是 oAuth 的授权不会使第三方触及到用户的帐号信息(如用户名与密码),即第三方无需使用用户的用户名与密码就可以申请获得该用户资源的授权,因此 oAuth 是安全的。oAuth 是 Open Authorization 的简写。

    36 引用 • 103 回帖 • 9 关注
  • Openfire

    Openfire 是开源的、基于可拓展通讯和表示协议 (XMPP)、采用 Java 编程语言开发的实时协作服务器。Openfire 的效率很高,单台服务器可支持上万并发用户。

    6 引用 • 7 回帖 • 94 关注
  • 自由行
    11 关注
  • Windows

    Microsoft Windows 是美国微软公司研发的一套操作系统,它问世于 1985 年,起初仅仅是 Microsoft-DOS 模拟环境,后续的系统版本由于微软不断的更新升级,不但易用,也慢慢的成为家家户户人们最喜爱的操作系统。

    222 引用 • 473 回帖
  • Tomcat

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

    162 引用 • 529 回帖
  • 运维

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

    149 引用 • 257 回帖
  • Log4j

    Log4j 是 Apache 开源的一款使用广泛的 Java 日志组件。

    20 引用 • 18 回帖 • 30 关注
  • CongSec

    本标签主要用于分享网络空间安全专业的学习笔记

    1 引用 • 1 回帖 • 9 关注
  • 百度

    百度(Nasdaq:BIDU)是全球最大的中文搜索引擎、最大的中文网站。2000 年 1 月由李彦宏创立于北京中关村,致力于向人们提供“简单,可依赖”的信息获取方式。“百度”二字源于中国宋朝词人辛弃疾的《青玉案·元夕》词句“众里寻他千百度”,象征着百度对中文信息检索技术的执著追求。

    63 引用 • 785 回帖 • 177 关注
  • Hexo

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

    21 引用 • 140 回帖 • 1 关注
  • SQLite

    SQLite 是一个进程内的库,实现了自给自足的、无服务器的、零配置的、事务性的 SQL 数据库引擎。SQLite 是全世界使用最为广泛的数据库引擎。

    5 引用 • 7 回帖
  • jsDelivr

    jsDelivr 是一个开源的 CDN 服务,可为 npm 包、GitHub 仓库提供免费、快速并且可靠的全球 CDN 加速服务。

    5 引用 • 31 回帖 • 58 关注
  • SOHO

    为成为自由职业者在家办公而努力吧!

    7 引用 • 55 回帖 • 18 关注