プログラミング初心者です。
【環境】
macOS Big Sur 11.6,
zshを利用しています。
【問題が発生するまでの手順】
terminalにて、Homebrewのコマンドの使い方を調べたいと思い「help」と入力したつもりが、
誤って「brew install help」とタイピングしてしまいました。
実行されると、以下のような表示が出ました。
自分はいったい何をしてしまったのでしょうか…?
自分で調べてみても何が何やらで本当に困っております。
実現したいこととしては
何が起きているのか、現状を把握したいのが一つ、
何か問題が起きているようであればそれを解消したいのが一つです。
抽象的な質問で申し訳ないのですが、
教えていただけると幸いです。
よろしくお願いいたします。
新しくインストールされたパッケージはないようなのですが…。
【ソースコード】
「
% =brew install help
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /opt/homebrew/.git/
remote: Enumerating objects: 193714, done.
remote: Counting objects: 100% (127/127), done.
remote: Compressing objects: 100% (60/60), done.
Updating Homebrew... 1% (1938/193714)
remote: Total 193714 (delta 65), reused 118 (delta 63), pack-reused 193587
Receiving objects: 100% (193714/193714), 53.31 MiB | 4.80 MiB/s, done.
Resolving deltas: 100% (143313/143313), done.
From https://github.com/Homebrew/brew
- [new branch] dependabot/bundler/Library/Homebrew/rubocop-1.22.1 -> origin/dependabot/bundler/Library/Homebrew/rubocop-1.22.1
- [new branch] master -> origin/master
- [new tag] 0.1 -> 0.1
============このような表示がずっと続く…===============
- [new tag] 3.2.6 -> 3.2.6
- [new tag] 3.2.7 -> 3.2.7
- [new tag] 3.2.8 -> 3.2.8
- [new tag] 3.2.9 -> 3.2.9
HEAD is now at b980fa1c9 Merge pull request #12186 from Bo98/update-reset-fix
==> Tapping homebrew/core
Cloning into '/opt/homebrew/Library/Taps/homebrew/homebrew-core'...
remote: Enumerating objects: 1050569, done.
remote: Counting objects: 100% (141/141), done.
remote: Compressing objects: 100% (77/77), done.
remote: Total 1050569 (delta 80), reused 120 (delta 64), pack-reused 1050428
Receiving objects: 100% (1050569/1050569), 398.16 MiB | 4.80 MiB/s, done.
Resolving deltas: 100% (721553/721553), done.
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Tapped 2 commands and 5844 formulae (6,166 files, 438.9MB).
==> Tapping homebrew/cask
Cloning into '/opt/homebrew/Library/Taps/homebrew/homebrew-cask'...
remote: Enumerating objects: 595263, done.
remote: Counting objects: 100% (25/25), done.
remote: Compressing objects: 100% (21/21), done.
remote: Total 595263 (delta 10), reused 9 (delta 4), pack-reused 595238
Receiving objects: 100% (595263/595263), 266.40 MiB | 4.28 MiB/s, done.
Resolving deltas: 100% (420659/420659), done.
Tapped 3940 casks (4,020 files, 285.5MB).
Warning: No available formula or cask with the name "help". Did you mean helm?
==> Searching for similarly named formulae...
These similarly named formulae were found:
docker-credential-helper pkcs11-helper
docker-credential-helper-ecr terrahelp
help2man helm
pass-git-helper
To install one of them, run (for example):
brew install docker-credential-helper
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.
」
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/10/05 14:17
退会済みユーザー
2021/10/05 15:39
2021/10/07 07:27