Error code 모음/8. Git errors

[git hub Error] fatal: Authentication failed for 'https://github.com/

쟈누이 2021. 12. 8. 14:57
반응형

 

 

1. 원인


나는 지금 소스트리를 사용해 깃에 업로드를 하고 있다. 

pull 을 해서 당겨받고 있는데 인증 창이 떴었다.

비밀번호를 잘못 입력을 하더니 authentication failed 에러가 나왔다.

 

원인은 토큰이 만료가 되어서 인증창이 뜬것인데 잘못 인증을 한탓에 에러가 난것 같다.

나의 경우에는 다시 git 에 가서 새로운 토큰을 발급받았다.

 

 

 

2. 해결 방법


아래 링크를 통해 해결했다. 우선 길어서 캡쳐해서 저장하고자 한다.

 

출처 : https://stackoverflow.com/questions/23039133/github-sourcetree-getting-unauthorized-error

 

출처 : https://stackoverflow.com/questions/23039133/github-sourcetree-getting-unauthorized-error
출처 : https://stackoverflow.com/questions/23039133/github-sourcetree-getting-unauthorized-error
출처 : https://stackoverflow.com/questions/23039133/github-sourcetree-getting-unauthorized-error

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-

 

출처 : https://stackoverflow.com/questions/23039133/github-sourcetree-getting-unauthorized-error

 

 

아래 링크를 보면 더 많은 솔루션을 찾을 수 있다.

 

 

 

3. 참고 링크


https://stackoverflow.com/questions/23039133/github-sourcetree-getting-unauthorized-error/69716742#69716742?newreg=94c0bd0cfa804249a9b4e3d7432285ec 

 

github, sourcetree getting unauthorized error

im new to github and im using sourcetree for my git gui, ive been using it for a few days, but now lately im getting an error that says remote: Invalid username or password. fatal: Authentication

stackoverflow.com

 

반응형