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

(새 문서: ==개요== ;<nowiki>ERROR: Repository not found.</nowiki> <source lang='console'> root@localhost:/app# git push ERROR: Repository not found. fatal: Could not read from remote reposit...)
 
9번째 줄: 9번째 줄:
Please make sure you have the correct access rights
Please make sure you have the correct access rights
and the repository exists.
and the repository exists.
</source>
<source lang='console'>
root@localhost:/app# git remote -v
origin  git@example.com:jmnote/myapp.git (fetch)
origin  git@example.com:jmnote/myapp.git (push)
</source>
</source>
<source lang='console'>
<source lang='console'>

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

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 }}