This is normally occurred for a kickoff stage right after you clone the remote repository to your local. Simply fix it by add and commit your change before push.
git add . git commit -m "kickoff files for project" git push