git push Repository not found

# git push 할때 정확한 URL 로 pull 도 되지만, 다음과 같이 Repository not found 가 발생하는 경우가 있다.
git push
remote: Repository not found.
fatal: repository 'https://github.com/ysoftman/test_cod.git/' not found

# 해당 사용자에게 쓰기권한(push)을 부여하면 된다.
깃헙 저장소 > setting > collaborators > manage access > add people > 사용자 선택 후 write 나 admin role 으로 추가하면 된다.

# 흠, not found 대신 push 권한이 없다고 알려주면 좋을텐데~

comments:

댓글 쓰기