“Erro remoto Arquivos grandes detectados” Respostas de código

Remoto: Erro: GH001: Arquivos grandes detectados. Você pode experimentar o Git Large Arquive Storage - https://git-lfs.github.com.

git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch <path of the file>'

or if you have a large file you want to delete use 

git stash 
git stash apply
Real Raccoon

Erro remoto Arquivos grandes detectados

git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch fixtures/11_user_answer.json'
Adventurous Alligator

Respostas semelhantes a “Erro remoto Arquivos grandes detectados”

Perguntas semelhantes a “Erro remoto Arquivos grandes detectados”

Mais respostas relacionadas para “Erro remoto Arquivos grandes detectados” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código