"ERROR: Repository not found."의 두 판 사이의 차이

 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
17번째 줄: 17번째 줄:
<source lang='console'>
<source lang='console'>
root@localhost:/app# ssh -T git@example.com
root@localhost:/app# ssh -T git@example.com
Hi testuser/testuser! You've successfully authenticated, but GitHub does not provide shell access.
Hi testuser/myapp! You've successfully authenticated, but GitHub does not provide shell access.
</source>
</source>


==같이 보기==
==같이 보기==
* [[git push]]
* [[git push]]
* [[Key is already in use]]


==참고==
==참고==

2020년 6월 23일 (화) 16:56 기준 최신판

1 개요[ | ]

ERROR: Repository not found.
root@localhost:/app# git push
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
root@localhost:/app# git remote -v
origin  git@example.com:jmnote/myapp.git (fetch)
origin  git@example.com:jmnote/myapp.git (push)
root@localhost:/app# ssh -T git@example.com
Hi testuser/myapp! You've successfully authenticated, but GitHub does not provide shell access.

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}