Just sharing this because it might happen to others: When you try to "git push" some specific branch make sure you don't forget the "remote" name:
I.e., make sure you're typing "git push origin main" instead of "git push main"