본문 바로가기
IT/Settings

[eclipse] git 에 연결시 에러 git-receive-pack not permitted

by 성준하이 2023. 5. 25.
반응형

이클립스에서 git에 연결하기 위해 

 

프로젝트 우클릭 -> Team -> share project 를 클릭 후

깃 주소를 입력 후 계정 관련해서도 작성을 하였다.

 

하지만 로그인 창이 반복해서 뜨고 그 이후에는 

git-receive-pack not permitted

에러가 발생하였다.

 

해결법은 git에서 패스워드가 아닌 (깃허브 > Settings > Developer settings)

https://github.com/settings/tokens

 

GitHub: Let’s build from here

GitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...

github.com

 

여기에서 계정 토큰 만들때 나오는 암호화된 값을 password로 넣어줘야한다.

 

만약 잃어버렸다면 새롭게 발급하여 로그인을 시도하면 정상 접근이 된다.

 

반응형

댓글