How I solved my problem:
- I remove
.gitfolder and.gitattributesfile from my local repository. - I move in other place my big files.
- In folder of my repository I open command prompt.
git init,git remote add origin https://github.com/Kristinita/Kristinita.github.io.git- Since I could not make a push or a pull, I used the command
git reset --hard origin/master. git lfs track "*.zip",git lfs track "*.mp4"- I newly added large files in my repository.