GitHub myrepo
에서 다른 저장소 (라고 부르겠습니다) 의 포크 (라고 부르겠습니다)를 만들었습니다 orirepo
. 나중에 orirepo
.
git clone https://github.com/original/orirepo.git
약 20 개의 파일을 수정 한 다음 변경 사항을 준비하고 커밋했습니다.
git add
git commit
그러나 내가 밀려 고 할 때
git push
이 오류가 발생했습니다.
remote: Permission to original/orirepo.git denied to mylogin.
fatal: unable to access 'https://github.com/original/orirepo.git/': The requested URL returned error: 403
나는 내가 실수를했다는 것을 알고있다. 나는 대신 내 포크를 복제 했어야 orirepo
했지만 지금은 너무 늦었다. origin/orirepo
쓰기 액세스 권한이없는 대신 포크로 푸시하려면 어떻게 해야합니까?