본문 바로가기
IDE/IntelliJ IDEA

깃 에러 해결 (git) fatal: could not read Username for 'git url': No such file or directory

by 가시죠 2023. 8. 1.
반응형

갑자기 "could not read Username for 'git url': No such file or directory" 같은 에러가 발생한다면, 기존 git 환경정보가 업데이트 되면서 기존의 설정이 변경되어 이러한 에러가 발생할 수 도 있다.


1. 해결 방법(Window)

 

상단의 File -> Settings -> Version Control -> Git -> (밑에 있는) "Use credential helper"에 체크를 한다

 

 


2. 해결방법 (Mac)

 

Preferences -> Version Control -> Git -> "Use credential helper"에 체크를 한다

이렇게 하고 다시 pull 또는 push를 하면 token 정보 또는 id, password를 입력해라는 창이 뜨게된다

자신이 갖고 있는 git의 접속정보를 넣으면 된다

반응형

댓글