Transfer repositories from GitLab to GitHub

1. problem

  • transfer repositories from GitLab to GitHub

2. resolve

  • project in gitlab, run:
    git remote add <name-repo-in-github> <url-repo-in-github>;
    git push --mirror <name-repo-in-github>