質問編集履歴

1

教えてもらった解消法を試したのでそれについて追記しました。

2021/03/07 08:34

投稿

rikito_i
rikito_i

スコア6

test CHANGED
File without changes
test CHANGED
@@ -222,7 +222,51 @@
222
222
 
223
223
 
224
224
 
225
-
225
+ ◯/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)
226
+
227
+ でコマンドを打っても、
228
+
229
+
230
+
231
+ ```
232
+
233
+ Press RETURN to continue or any other key to abort
234
+
235
+ ==> /usr/bin/sudo /usr/sbin/chown -R Rikito_Ishizu:admin /usr/local/Homebrew
236
+
237
+ ==> Downloading and installing Homebrew...
238
+
239
+ Updating files: 100% (2550/2550), done.
240
+
241
+ HEAD is now at a930e2b36 Merge pull request #10791 from Homebrew/sorbet-files-update
242
+
243
+ Error:
244
+
245
+ homebrew-core is a shallow clone.
246
+
247
+ To `brew update`, first run:
248
+
249
+ git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
250
+
251
+ This command may take a few minutes to run due to the large size of the repository.
252
+
253
+ This restriction has been made on GitHub's request because updating shallow
254
+
255
+ clones is an extremely expensive operation due to the tree layout and traffic of
256
+
257
+ Homebrew/homebrew-core and Homebrew/homebrew-cask. We don't do this for you
258
+
259
+ automatically to avoid repeatedly performing an expensive unshallow operation in
260
+
261
+ CI systems (which should instead be fixed to not use shallow clones). Sorry for
262
+
263
+ the inconvenience!
264
+
265
+ Failed during: /usr/local/bin/brew update --force --quiet
266
+
267
+ ```
268
+
269
+ と表示され、失敗してしまいました。
226
270
 
227
271
 
228
272