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
                
                    
        
    
    
    
    
    
                
                
                
                
                    
                        
                            
                            
                            Reference
                            
                            이 문제에 관하여(git push,Authentication failed,push), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
                                
                                https://qiita.com/keisukeR/items/bf295452edba57cd4663
                            
                            
                            
                                텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
                            
                            
                                
                                
                                 우수한 개발자 콘텐츠 발견에 전념
                                (Collection and Share based on the CC Protocol.)
                                
                                
                                우수한 개발자 콘텐츠 발견에 전념
                                (Collection and Share based on the CC Protocol.)
                            
                            
                        
                    
                
                
                
            
git remote set-url origin {new 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
                
                    
        
    
    
    
    
    
                
                
                
                
                    
                        
                            
                            
                            Reference
                            
                            이 문제에 관하여(git push,Authentication failed,push), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
                                
                                https://qiita.com/keisukeR/items/bf295452edba57cd4663
                            
                            
                            
                                텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
                            
                            
                                
                                
                                 우수한 개발자 콘텐츠 발견에 전념
                                (Collection and Share based on the CC Protocol.)
                                
                                
                                우수한 개발자 콘텐츠 발견에 전념
                                (Collection and Share based on the CC Protocol.)
                            
                            
                        
                    
                
                
                
            
ssh -T [email protected]
Hi hoge! You've successfully authenticated, but GitHub does not provide shell access.
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
                
                    
        
    
    
    
    
    
                
                
                
                
                    
                        
                            
                            
                            Reference
                            
                            이 문제에 관하여(git push,Authentication failed,push), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
                                
                                https://qiita.com/keisukeR/items/bf295452edba57cd4663
                            
                            
                            
                                텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
                            
                            
                                
                                
                                 우수한 개발자 콘텐츠 발견에 전념
                                (Collection and Share based on the CC Protocol.)
                                
                                
                                우수한 개발자 콘텐츠 발견에 전념
                                (Collection and Share based on the CC Protocol.)
                            
                            
                        
                    
                
                
                
            
Reference
이 문제에 관하여(git push,Authentication failed,push), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/keisukeR/items/bf295452edba57cd4663텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
                                
                                
                                
                                
                                
                                우수한 개발자 콘텐츠 발견에 전념
                                (Collection and Share based on the CC Protocol.)