Go to the folder where your project is stored, then open the Git bash and run below commands:
- git gc
- git pull –rebase
- git push
In case you have this error:
error: cannot pull with rebase: You have unstaged changes.
error: please commit or stash them.
Then, just commit the files first. You can do it in the smart git.