“zdalny błąd wykryte duże pliki” Kod odpowiedzi

Pilot: Błąd: GH001: Wykryto duże pliki. Możesz spróbować GIT Large File 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

zdalny błąd wykryte duże pliki

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

Odpowiedzi podobne do “zdalny błąd wykryte duże pliki”

Pytania podobne do “zdalny błąd wykryte duże pliki”

Więcej pokrewnych odpowiedzi na “zdalny błąd wykryte duże pliki” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu