のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2020-06-12から1日間の記事一覧

git filter-branch

confluence.atlassian.com qiita.com qiita.com qiita.com egulog.hatenablog.jp ~/ $ mkdir bin ~/ $ cd bin ~/bin $ pwd /c/Users/m_fuj/bin ~/bin $ chmod 755 ./git_find_big.sh ~/bin $ ./git_find_big.sh fatal: Cannot open existing pack file '.git…

git 大きな容量

大きな容量をどうやって消すか。 www.d-wood.com $ git count-objects -v warning: garbage found: .git/objects/pack/tmp_pack_2pozgg warning: garbage found: .git/objects/pack/tmp_pack_3BSvwW warning: garbage found: .git/objects/pack/tmp_pack_RmL…

git clone error. fatal: the remote end hung up unexpectedly

error: RPC failed; curl 56 OpenSSL SSL_read: No error fatal: the remote end hung up unexpectedly fatal: early EOF git -c filter.lfs.smudge= -c filter.lfs.required=false -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-loc…