profile-img
The merit of an action lies in finishing it to the end.
slide-image

vscode๋ฅผ ์ด์šฉํ•ด์„œ git ๊ด€๋ฆฌ๋ฅผ ํ•˜๊ณ  ์žˆ๋Š”๋ฐ (์ฝ”๋“œ๋ฅผ ๋”ฐ๋กœ ์ž‘์„ฑํ•˜์ง€๋Š” ์•Š๊ณ  ํ™•์žฅ ํ”„๋กœ๊ทธ๋žจ์„ ์ด์šฉํ•œ๋‹ค) ๋‚œ์ƒ ์ฒ˜์Œ ๋ณด๋Š” ์˜ค๋ฅ˜๋ฅผ ๋งž๋‹ฅ๋œจ๋ ธ๋‹ค.

"unexpected disconnect while reading sideband packet fatal: the remote end hung up unexpectedly everything up-to-date"

์ด๋ผ๋Š” ์ฐฝ์ด ๋œจ๋ฉด์„œ ํ‘ธ์‹œ๊ฐ€ ๋˜์ง€ ์•Š๋Š” ํ˜„์ƒ์ด ๋ฐœ์ƒํ–ˆ๋‹ค.

์ธํ„ฐ๋„ท ์˜ค๋ฅ˜์ธ๊ฐ€ ์‹ถ์–ด์„œ ๋‹ค๋ฅธ ์™€์ดํŒŒ์ด๋ฅผ ์ด์šฉํ•˜์˜€์ง€๋งŒ ์ด ๋ฌธ์ œ๋Š” ์•„๋‹ˆ์—ˆ๋‹ค.

 

๊ตฌ๊ธ€๋ง์„ ํ†ตํ•ด ์˜ค๋ฅ˜์˜ ์›์ธ์„ ํŒŒ์•…ํ–ˆ๋‹ค. 

๊ธฐ๋ณธ์ ์œผ๋กœ ํ‘ธ์‹œํ•  ์ˆ˜ ์žˆ๋Š” ํ•œ ๊ฐœ ํŒŒ์ผ์˜ ์ตœ๋Œ€ ์šฉ๋Ÿ‰์ด 1MB์—ฌ์„œ, ์šฉ๋Ÿ‰ ์ดˆ๊ณผํ•œ ํŒŒ์ผ์„ pushํ•  ๋•Œ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ•œ๋‹ค๊ณ  ํ•œ๋‹ค. ์ด๋ฒˆ์— ์ฒ˜์Œ์œผ๋กœ 1MB๊ฐ€ ๋„˜๋Š” ํŒŒ์ผ์„ ์—…๋กœ๋“œํ•ด์„œ ๊ทธ๋Ÿฐ ๊ฒƒ์ด์—ˆ๋‹ค.

์ด๋ฅผ ํ•ด๊ฒฐํ•˜๊ธฐ ์œ„ํ•ด์„œ ์ตœ๋Œ€ ์šฉ๋Ÿ‰์„ ๋Š˜๋ ค์ฃผ๋ฉด ๋œ๋‹ค.

ํ„ฐ๋ฏธ๋„์„ ์—ด๊ณ  

git config --local http.postBuffer 2048M

 

ํ•ด๋‹น ๋ช…๋ น์–ด๋ฅผ ์ž…๋ ฅํ•ด์ฃผ๋‹ˆ ํ•ด๊ฒฐ๋˜์—ˆ๋‹ค.

์ด๊ฒŒ ๋จนํžˆ์ง€ ์•Š์œผ๋ฉด ssh์—์„œ๋„ ๋ณ€๊ฒฝํ•ด์ฃผ๋ฉด ๋œ๋‹ค๊ณ  ํ•œ๋‹ค. 

git config --local ssh.postBuffer 2048M

 

์ถœ์ฒ˜: https://happy-jjang-a.tistory.com/222

'CS study/๊ธฐํƒ€' Related Articles +