728x90
๋ฐ˜์‘ํ˜•

git 2

[git] fatal: the remote end hung up unexpectedly ์˜ค๋ฅ˜ (ํ•ด๊ฒฐ๋ฐฉ๋ฒ• ํฌํ•จโ—โ—)

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...

[Git ํด๋” ์ƒ์„ฑ] github์—์„œ ํด๋” ์ƒ์„ฑํ•˜๋Š” ๋ฐฉ๋ฒ•

git web browser interface๋ฅผ ํ†ตํ•ด repository์•ˆ์— ์ƒˆ๋กœ์šด ํด๋”๋ฅผ ์ƒ์„ฑํ•˜๋Š” ๋ฐฉ๋ฒ• 1. ์šฐ์ธก ์ƒ๋‹จ์— Add file ํด๋ฆญ > Create new file ํด๋ฆญ 2. '/' ๊ตฌ๋ถ„์ž๋ฅผ ์ด์šฉํ•ด ํด๋”์ด๋ฆ„, ํŒŒ์ผ์ด๋ฆ„ type โ—โ— ์ค‘์š”ํ•œ ์  github์—์„œ๋Š” ๋นˆ ํด๋”๋ฅผ ์ƒ์„ฑํ•  ์ˆ˜ ์—†๋‹ค (cannot create empty folder) ๊ทธ๋ ‡๊ธฐ ๋•Œ๋ฌธ์— ํด๋”์ด๋ฆ„์„ ์น˜๊ณ  '/' ๊ตฌ๋ถ„์ž๋ฅผ ์ณ์ค€ ํ›„, ์ƒ์„ฑํ•  ํŒŒ์ผ ์ด๋ฆ„๊นŒ์ง€ ์ณ์ค˜์•ผ ํ•œ๋‹ค (์ƒ์„ฑํ•  ํŒŒ์ผ ์—†์œผ์‹œ๋ฉด ๊ทธ๋ƒฅ readme.md ๋ฅผ ์น˜์„ธ์š”) 3. ์•„๋ž˜ commit new file ํด๋ฆญ commit new file ๊นŒ์ง€ ํด๋ฆญํ•ด์•ผ ํด๋” ์ƒ์„ฑ์ด ์™„๋ฃŒ๋œ๋‹ค!!

Computer Science 2021.04.20
728x90
๋ฐ˜์‘ํ˜•