質問編集履歴

3

Error: Git must be installed and in your PATH!の記法を修正。

2024/01/09 17:23

投稿

taion
taion

スコア8

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,9 @@
48
48
 
49
49
  ```brew update```
50
50
  を入力した場合は、同様のエラー文に加え、以下の一文が加わっていました。
51
+ ```
51
- ```Error: Git must be installed and in your PATH!```
52
+ Error: Git must be installed and in your PATH!
53
+ ```
52
54
 
53
55
  ### 補足
54
56
  macOS Monterey 12.6.7

2

brew -vの記法を修正。

2024/01/09 17:22

投稿

taion
taion

スコア8

test CHANGED
File without changes
test CHANGED
@@ -5,9 +5,7 @@
5
5
 
6
6
 
7
7
  ### 発生している問題・分からないこと
8
- ```
9
- brew -v
8
+ ```brew -v```
10
- ```
11
9
  でHomebrewのバージョンを確認しようとするとエラーが出ています。
12
10
 
13
11
  ### エラーメッセージ

1

タイトルをより具体的な内容に変更。およびMacのバージョンを記載。

2024/01/09 16:21

投稿

taion
taion

スコア8

test CHANGED
@@ -1 +1 @@
1
- Homebrewのバージョンを確認したい
1
+ インストール済みのHomebrewのバージョンを確認しようとするとエラーが出る
test CHANGED
@@ -53,4 +53,4 @@
53
53
  ```Error: Git must be installed and in your PATH!```
54
54
 
55
55
  ### 補足
56
- 特になし
56
+ macOS Monterey 12.6.7