반응형
1. 원인
나는 지금 소스트리를 사용해 깃에 업로드를 하고 있다.
pull 을 해서 당겨받고 있는데 인증 창이 떴었다.
비밀번호를 잘못 입력을 하더니 authentication failed 에러가 나왔다.
원인은 토큰이 만료가 되어서 인증창이 뜬것인데 잘못 인증을 한탓에 에러가 난것 같다.
나의 경우에는 다시 git 에 가서 새로운 토큰을 발급받았다.
2. 해결 방법
아래 링크를 통해 해결했다. 우선 길어서 캡쳐해서 저장하고자 한다.
1. Depending on the requirement, you can set an expiration for your token, or you can set "No expiration" from the dropdown.
2. For scopes, agin, upon your requirement, check-mark the necessary ones.
3. Finally hit `Generate token`.
1. In source tree, from the top-right, select `Settings`.
2. In the pop-up, select remote to add your remote path for repository.
3. Copy the repository path(the .git path) from GitHub into the `URL/ path`, but now you need to add the access-token like following-
아래 링크를 보면 더 많은 솔루션을 찾을 수 있다.
3. 참고 링크
반응형
'Error code 모음 > 8. Git errors' 카테고리의 다른 글
[Git Error] Github permission denied: ssh add agent has no identities (0) | 2021.12.22 |
---|---|
[Git Error] Could not open a connection to your authentication agent 에러 (0) | 2021.12.22 |
[Git Error] src refspec master does not match any - git clone 이 안될때 (0) | 2021.12.22 |
[Git Error] .gitignore not ignoring .idea path (0) | 2021.03.18 |
[Git Error] error : src refspec master does not match any. (0) | 2021.02.09 |