yeah they totally did. github switched from `master` to `main` as the default branch a while back. it's cuz of the 'master/slave' connotations tbh. so now when you initialize a new repo, it's `main` by default. you probably just need to do `git branch -M main` locally then `git push -u origin main`. should fix the refspec error you're seeing.