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



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