git push,Authentication failed,push

2138 단어 GitHub

오류 내용


Github 데스크톱에서 push를 시도할 때 다음 팝업이 나타나서 push를 할 수 없습니다.

해결 방법.

git remote set-url origin {new url}
{new url}에 ssh URL 붙여넣기
예:
Github 사용자 이름은 hoge입니다.
원격 저장소 이름은 hogehoge
하면, 만약, 만약...
git remote set-url [email protected]:hoge/hogehoge.git
되다

해결하기 전에 했던 일들.


ssh 키 확인

ssh -T [email protected]
입력 후
Hi hoge! You've successfully authenticated, but GitHub does not provide shell access.
그래서 ssh 키를 설정할 수 있습니다

터미널에서 직접 입력

git push origin master
입력
fatal: '[email protected]/hoge/hogehoge' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
나와서 잘 모르겠어요.

원인


Live Share의 확장 기능 때문인 것 같습니다.
(Github의 issue도 올라갔어요.
https://github.com/MicrosoftDocs/live-share/issues/1566?fbclid=IwAR2kYkmxwStTbY1G7gG7qQC6_G8Guu-Y61x0KQxsWWtQjUN9vY8F3yPiRNY )
Vscode 작업 중
열쇠고리 경로를 구하는 그림이 나왔습니다.
암호를 입력한 후 항상 허용 을 누른 후 제목 오류가 발생했습니다.
따라서 ssh의 주소 읽기는 그 조작을 통해 진행할 수 없습니다
재설정으로 읽을 수 있겠지.

투덜거리다


어제까지 조작에 문제가 없었기 때문에 이런 원인을 확정할 수 없다.git remote -v 현재 주소를 확인했으니 당연히 문제가 없습니다.
나는 주소를 변경한 적이 있는 것을 기억하지 못한다.뜻밖의 시간을 낭비하다.
참조 URL: https://qiita.com/minoringo/items/917e325892733e0d606e

좋은 웹페이지 즐겨찾기