본문 바로가기
개발/Unity

문제해결) An error occurred while resolving packages: Project has invalid dependencies: 패키지이름: Error when executing git command. git: 'credential-winstore' is not a git command. See 'git --help'. fatal: could not read Username for 'ht..

by 테샤르 2022. 12. 4.

 An error occurred while resolving packages:  Project has invalid dependencies:  패키지이름: Error when executing git command. git: 'credential-winstore' is not a git command. See 'git --help'. 

 fatal: could not read Username for 'https://gitlab.com': terminal prompts disabled    You may need to set up a Git credentials helper    to access a private repository.A re-import of the project may be required to fix the issue or a manual modification of 

( Private Git 권한 오류)

 

해당 에러는 Private reopsitiory를 접근하는과정에서 Access 권한이 없는 상황이다.

Window에서 작업하는 과정에서는 해당 Git-Credential-Manager를 설치가 필요하다.

Mac은 설치가 자동으로 된다고 한다.

 

반응형

해당 링크 클릭해서 Window 버전을 설치한다.

 

https://github.com/Microsoft/Git-Credential-Manager-for-Windows

 

GitHub - microsoft/Git-Credential-Manager-for-Windows: Secure Git credential storage for Windows with support for Visual Studio

Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication. - GitHub - microsoft/Git-Credential-Manager-for-Windows: S...

github.com

설치를 진행한다.

다시 해당 액션 (git Command)를 진행하게되면 

자동으로 Git Credential Manager가 실행되면서 로그인 창이 뜨게된다.

접근 권한한 계정으로 로그인을 진행하면 된다.

다시 Import 하게되면 정상적으로 Package를 사용할수 있다.

 

★☆☆☆☆

 

반응형

댓글