The one with a large project in a GitHub repository
Today I was migrating an old project repository from GitLab to a private repository on GitHub when I found an unexpected error.
First I changed the remote repository:
$ git remote remove origin
$ git remote add origin git@github.com:backpackerhh/my-r...
davidmontesdeoca.dev3 min read