Hey fellow developers,
I renamed to master branch to main. You need to issue to following commands to update your local copy:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
I'll keep this issue open for some time.