Skip to content

Instantly share code, notes, and snippets.

@Kristinita
Created September 1, 2016 14:30
Show Gist options
  • Save Kristinita/b101e0d26b8d9917ebc1ea5c5b1a5ea5 to your computer and use it in GitHub Desktop.
Save Kristinita/b101e0d26b8d9917ebc1ea5c5b1a5ea5 to your computer and use it in GitHub Desktop.
File for LanguageTool

How I solved my problem:

  1. I remove .git folder and .gitattributes file from my local repository.
  2. I move in other place my big files.
  3. In folder of my repository I open command prompt.
  4. git init, git remote add origin https://github.com/Kristinita/Kristinita.github.io.git
  5. Since I could not make a push or a pull, I used the command git reset --hard origin/master.
  6. git lfs track "*.zip", git lfs track "*.mp4"
  7. I newly added large files in my repository.
  8. git add ., git commit -m "Sasha Goddess", git push.

I successfully add my files to remote repository. See my commit.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment