반응형
homebrew-cask is a shallow clone
맥 os에서 brew 인스톨시 아래 코드와 같은 에러가 터미널에 떠서,
Error:
homebrew-cask is a shallow clone.
To `brew update`, first run:
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask fetch --unshallow This command may take a few minutes to run due to the large size of the repository. 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 and Homebrew/homebrew-cask. 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 inconvenience!
아래 코드를 입력하였습니다 !
git -C "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask" fetch --unshallow
이제 같은 에러가 반복되지 않네요 !!
반응형
'etc' 카테고리의 다른 글
2024년 2월 5주차 분야별 추천키워드 (2) | 2024.02.24 |
---|---|
RuntimeError: /usr/local/opt/openssl@3 not present or broken Please reinstall openssl@3. (0) | 2024.02.24 |
무료 ner 테깅 툴 (0) | 2024.02.20 |
2024년 2월 4주차 분야별 추천키워드 (0) | 2024.02.17 |
2024년 2월 3주차 분야별 추천키워드 (1) | 2024.02.13 |
댓글