평소와같이 깃허브 커밋중 갑자기 다음과 같은 에러가 발생했다
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/
이제 이클립스로 깃허브 계정 레포지토리를 사용하려면,
1. Github 접속 > Setting > Developer setting > Personal access tokens > generate new token 으로 access tokens을 만들고
2. 해당 값을 복사하여, 이클립스에 기존 password 대신 토큰 값을 넣어주면 된다.
728x90
'Trouble Shootings' 카테고리의 다른 글
SSH 에러: "WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED" (1) | 2022.05.20 |
---|---|
CORS 에러: The request client is not a secure context and the resource is in more-private address space `local`. (1) | 2022.02.09 |
Vue.js 에러: vuex store is not a constructor (0) | 2021.07.14 |
mvn clean package 에러: Failed to load ApplicationContext (0) | 2021.07.12 |
Interactive authentication required 에러 (0) | 2021.06.17 |