Search code examples
gitgithubgithub-enterprise

remote: Internal Server ErrorEverything up-to-date when cloning repo to github


Im trying to clone repo from GitBlit to Github enterprise .

I use the following command :

git clone --mirror https://old_repo.git

git remote add new-origin https://new_repo.git

git push new-origin --mirror

The thing is after the push i get :

remote: Internal Server ErrorEverything up-to-date

and the New_repo is empty what am i missing ? i need to add this method worked on smaller repos but not the mail one , about 1G . We have 15k tags and 2500 branches .

thanks


Solution

  • the problem happened because of github enterprise limitation of numbers of tags you can push up to 1k tag simultaneously.