Its good if you could provide more details...
But have you ensured the branch that has the changes? On git clone, it is defaulted to the main/master branch if not specified branch name during the clone command.
So see to ensure you have the branch selected which has the changes. Or clone by branch name git clone <repo> -b <branch name>
.
If not try to provide a more detailed explanation.