github2 [Git] Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. 깃허브 push에서 에러가 떴다. remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: unable to access 'https://github.com/zlzzlzz2l/TIL_Today-I-Learn.git/': The requested URL returned error: 403 해석해보니, 비밀번호 인증 지.. 2021. 8. 24. [Git] Logon failed, use ctrl+c to cancel basic credential prompt 해결 Git에 AWS codecommit을 연결한 적이 있다. codecommit을 연결했더니 (사실 잘못 연결한 거였다..) 내 깃허브 레포에 코드나 공부한 것을 올릴 때마다 Github Login 팝업창이 떴다. 매번 이 창이 뜰 때마다 아이디, 비밀번호를 입력해야 했고, 입력하면 prompt창에 깃허브 닉네임과 비밀번호를 또 입력해야 됐다.. 해결 방법을 찾아봤는데, 깃허브 업데이트의 문제라고 한다. 그래서 Git bash 창에 git update-git-for-windows 를 입력하고, 업데이트 해주었더니 문제의 팝업창이 다시는 뜨지 않는다. 깔끔하게 AWS codecommit까지 해결되진 않았지만.. 이 부분은 다시 찾아봐야 될 거 같다! 2021. 6. 2. 이전 1 다음 반응형