I have made the last changes I needed to finish my program and to push it to the repository, but now when I do a git push it always appears me this error.
I have already tried with git pull and git pull --rebase origin master (there is only 1 branch in my repository: the master branch), but neither this or anything is working.
What do I have to do?
Thank you.