๋ฐ์ํ
git push๋ฅผ ํ๋๋ฐ ๋ค์๊ณผ ๊ฐ์ ์ค๋ฅ ๋ฉ์ธ์ง๋ฅผ ๋ง์ดํ๋ค
fatal: the remote end hung hup unexpectedly
send-pack: unexpected disconnect while reading sideband packet
(์ฐธ๊ณ ๋ก ๋๋ Window ์๋์ฐํ๊ฒฝ์, Git Bash๋ฅผ ์ด์ฉํ๊ณ ์๋ค.)
ํด๊ฒฐ๋ฐฉ๋ฒ์ ๋ค์๊ณผ ๊ฐ๋ค
git config --local http.postBuffer 1024M
git config --local http.maxRequestBuffer 1024M
git config --local pack.deltaCacheSize 1024M
git config --local pack.packSizeLimit 1024M
git config --local pack.windowMemory 1024M
git config --local core.packedGitLimit 1024m
git config --local core.packedGitWindowSize 1024m
git config --local core.compression 9
์ด๊ฒ๋ ์๋๋ค๋ฉด ๋ค์๋ ํด๋ณด์
git config --local ssh.postBuffer 2048M
git config --local ssh.maxRequestBuffer 2048M
๋๋์ด git push๊ฐ ๊ฐ๋ฅํด์ก๋ค..!!! ใ ใ ใ
์ด ์๋ฌ๋ฅผ ๋ง๋ฅ๋จ๋ฆฐ ๋ค๋ฅธ ๋ถ๋ค๋ ํด๊ฒฐ๋์ จ๊ธธ ๋ฐ๋ผ๋ฉฐ....
728x90
๋ฐ์ํ