본문 바로가기

Trouble Shootings

[이클립스] Can't connect to any repository: git-receive-pack not permitted on

평소와같이 깃허브 커밋중 갑자기 다음과 같은 에러가 발생했다

Can't connect to any repository: 
...
git-receive-pack not permitted on
...

 

 

 

않이... 얼마전까지 아무문제 없었는데 값자기...? 해서 찾아보니까 "Git password authentication is shutting down" 라고 한다. 이제 패스워드가 아니라 토큰을 발급해서 그걸로 접속해야 한다.

https://github.blog/changelog/2021-08-12-git-password-authentication-is-shutting-down/

 

Git password authentication is shutting down | GitHub Changelog

Git password authentication is shutting down

github.blog

 

 

이제 이클립스로 깃허브 계정 레포지토리를 사용하려면,

  1. Github 접속 > Setting > Developer setting > Personal access tokens > generate new token 으로 access tokens을 만들고

  2. 해당 값을 복사하여, 이클립스에 기존 password 대신 토큰 값을 넣어주면 된다.

728x90