Ошибка Error: homebrew-core is a shallow clone

Admin Mac OS Errors

Исправление ошибки Error: homebrew-core is a shallow clone. To `brew update` first run.

Ошибка

Error: homebrew-core is a shallow clone. To `brew update` first run:
git -C «/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core» fetch —unshallow
This restriction has been made on GitHub’s request because updating shallow
clones is an extremely expensive operation due to the tree layout and traffic of
Homebrew/homebrew-core. We don’t do this for you automatically to avoid
repeatedly performing an expensive unshallow operation in CI systems (which
should instead be fixed to not use shallow clones). Sorry for the inconvenienc

Исправление

Запустить в консоли:

git -C "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core" fetch --unshallow

Если не поможет также попробовать:

git -C "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask" fetch --unshallow
Метки:

У сайта нет цели самоокупаться, поэтому на сайте нет рекламы. Но если вам пригодилась информация, можете лайкнуть страницу, оставить комментарий или отправить мне подарок на чашечку кофе.

Комментарии к статье “Ошибка Error: homebrew-core is a shallow clone

Добавить комментарий

Напишите свой комментарий, если вам есть что добавить/поправить/спросить по теме текущей статьи:
"Ошибка Error: homebrew-core is a shallow clone"