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

22번째 줄: 22번째 줄:
==같이 보기==
==같이 보기==
* [[git push]]
* [[git push]]
* [[Key is already in use]]


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

2020년 6월 23일 (화) 16:55 판

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/testuser! You've successfully authenticated, but GitHub does not provide shell access.

2 같이 보기

3 참고

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