
git & github | 레포지토리 복제하기(clone --mirror 에러)
·
git & GitHub
팀과제 리팩토링을 위해 개인레포로 복제했다. $ git clone --mirror {old_repository_url} $ cd {프로젝트명}.git $ git remote set-url --push origin {new_repository_url} $ git push --mirror 그런데 마지막 명령에서 아래처럼 에러가 났다 ! [remote rejected] refs/pull/1/head -> refs/pull/1/head (deny updating a hidden ref) ! [remote rejected] refs/pull/10/head -> refs/pull/10/head (deny updating a hidden ref) ! [remote rejected] refs/pull/11/head -..