2020 Upgrade in github

I am trying to upgrade an 2019 VSC repo to the 2020 VSC but keep running in to issues.

The WPI importer creates a new folder XYZ-Imported. But then when I try to push I get another error no upstream, then I git new … to the existing git repo. Then it says nope can’t push. So I have to create a new repo and push to a new repo but I lose all the commit and documentation.

Is there a better and documented method to upgrade all the 2019 repos to 2020?

Can you post the exact text of the Git error messages? This sounds like a problem with version controlling the output of the upgrade, not with the upgrade process itself.

Git’s no-upstream error is usually just related to using the proper command for the first-time push of a new branch.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.