본문 바로가기
D.evelop/Git

[Git]깃 설치 오류 homebrew-core is a shallow clone

by Danne 2021. 9. 9.

왜 맨날 나만 오류나...?🤯

 

1. Homebrew 설치

https://brew.sh/

 

Homebrew

The Missing Package Manager for macOS (or Linux).

brew.sh

 

이 코드를 복사해서 설치하는데 뭔가 신통치 않았다.

any key어쩌고 하는 글이 나오면 enter키를 눌러야함.

2. error만남

homebrew-core is a shallow clone


이런 코드를 시작으로 메시지가 왕창 뜬다.

여기서 엄청난 방황을 시작함.

shallow clone : git 리파지토리의 전체 이력 중 일부만 받아오는 행위(실제 객체를 복사하지 않고 레퍼런스만 복사)


잘 살펴보면 first run : 어쩌고라는 경로를 알려준다.


그 경로를 그대로 복사, 붙혀넣기 해서 enter를 쳐준다.

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

나는 이렇게 나왔지만, 여러 개가 뜨는 경우도 있다고 한다.
그럼 차례로 다 실행시켜준다.


시간이 오래걸린다. pc가 멈췄나? 싶게 무반응일 때도 있는데, 계속 작업중인 상태다.

2. git 설치

https://git-scm.com/downloads

 

Git - Downloads

Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp

git-scm.com

신나게 git설치.



끝!


반응형

댓글