유니티 패키지 설치 오류(No ‘git’ executable was found)

유니티 패키지 설치 오류(No ‘git’ executable was found)

깃에 공개된 패키지를 패키지 매니저(package manager)의 git URL를 사용하여 설치를 시도할때 또는 깃에 공개되어있는 패키지를 사용하는 프로젝트를 열기할때 다음과 같은 오류 메시지를 표시하는 경우

'git' 실행 파일이 없습니다. 시스템에 git 을 설치하고 유니티를 재시작하세요

(no 'git' executable was found. please install git on your system then restart unity and unity hub)

 

시스템 환경 변수 path에 git.exe파일 경로를 추가하여 해결 

1)시스템에 git GUI 또는 CLI가 설치되어 있고 경로가 올바르게 구성되어 있는지 확인한다. 예에서는 깃허브의 GUI인 깃허브데스크톱(GitHubDesktop)을 사용하였다.

 

2)깃허브데스크톱의 상단 help 메뉴에서 about github desktop으로 이동한다.

 

3)깃허브데스크톱의 버전을 확인할수있다.

 

4)깃허브의 설치 폴더에서 해당 버전의 폴더로 이동한다.

 

5)설치 폴더 하위에 있는 \resources\app\git\cmd 경로에서 git.exe 파일을 확인할수있다.

 

6)내PC에서 마우스 우클릭하고 속성을 선택하여 시스템으로 이동한다.

 

7)고급 시스템 설정으로 이동한다.

 

8)환경 변수로 이동한다.

 

9)시스템 변수의 path 를 선택 및 편집으로 이동한다.

 

10)새로 만들기에서 git.exe 파일이 위치한 경로를 추가하고 확인한다.

 

11)컴퓨터 및 유니티를 재실행하고 패키지를 정상적으로 설치할수있다.

 

기타 패키지 매니저 오류

https://docs.unity.cn/2019.4/Documentation/Manual/upm-errors.html#git-not-found

 

Unity - Manual: Troubleshooting

Local folder or tarball paths Troubleshooting This section provides information on the following issues: You can also run the Unity Package Manager Diagnostics tool if you are experiencing problems that might be network-related. For more information, see N

docs.unity.cn

 

댓글

Designed by JB FACTORY