본문 바로가기
개발/Unity

Unity)No 'git' executable was found. Plase install Git on your system then restart Unity and Unity Hub

by 테샤르 2022. 11. 27.

No 'git' executable was found. Plase install Git on your system then restart Unity and Unity Hub

Git Package로 설치되어있는 프로젝트를 여는 과정에서 UPM(Unity Package Manager)를 로드하지

못해서 생긴 이슈이다.

 

< 해결 방법 >

1 .네트워크 연결을 확인해본다. 네트워크 연결이 비정상적이거나 해당 패키지를 읽어오지 못한 경우일 수도 있다.

(네트워크 연결 확인후 다시 Unity 재실행)

2.  문제가되는 것으로 파악되는 UPM (git으로 연결된 패키지)를 제거하고 다시 로드해본다.

Git Package를 다른 형태로 Package를 추가할수 있으면 하는 방법도 있다.

 

 

반응형

 

추가로 Unity 공식 문서는 아래의 링크 참고해서 확인해보자.

Unity UPM 문제 해결 : [링크]

 

문제 해결 - Unity 매뉴얼

이 섹션은 다음 문제에 관한 정보를 제공합니다.

docs.unity3d.com

반응형

 

< Git  버전이 문제일 경우> 

해결방법은 Git 을 재설치하거나 (혹은 Git이 설치되어있으면 환경변수 Path를 등록)

깃 설치 이후에 재부팅 이후에 다시 Unity Project 를 실행하면 정상적으로 Pacakage를 받는것을 확인할 수 있다.

 

간단하게 Git을 설치하면 [Git 설치 링크]

 

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

 

 

 

★☆☆☆☆

 

반응형

댓글