Linuxias
Developer's Delight
Linuxias
  • Category
    • AI
      • Deep Learning
      • Machine Learning
      • Data Science
      • Framework
      • MLOps
      • Paper-Review
      • Tips
    • Android
      • Kotlin
      • Component
      • Compose
      • Compose UI
      • Material
      • Testing
    • Software Architecture
      • Architecture Pattern
      • Design Pattern
      • Requirement Engineering
    • Linux
      • Compile & Link
      • Command & Tool
      • Container
      • Debugging & Testing
      • Profiling
      • Kernel Analysis
      • Server
      • Shell Script
      • System Programming
    • Language
      • Carbon
      • C,C++
      • C#
      • Java
      • Python
    • ETC
      • Data Struct | Algorithm
      • git
      • Security
    • Book
    • 경제공부
      • 세금
      • 부동산
hELLO · Designed By 정상우.
Linuxias

Developer's Delight

ETC/git

[git] fatal: The remote end hung up unexpectedly

2019. 6. 21. 22:47
반응형

git을 사용하다보면 가끔 아래와 같은 에러를 만날 수 있습니다.


fatal: The remote end hung up unexpectedly

이런 경우는 git의 post buffer 사이즈 문제입니다.
아래와 같이 버퍼 사이즈를 늘려줌으로써 해결할 수 있습니다.


git config --global http.postBuffer 1048576000

위 와 같은 방법으로도 해결이 안된다면, 아래 방법도 시도해보세요.


~/.gitconfig 파일에 아래 설정 입력하기.

[core]
  packedGitLimit = 512m 
  packedGitWindowSize = 512m
[pack]
  deltaCacheSize = 2047m 
  packSizeLimit = 2047m 
  windowMemory = 2047m

감사합니다.

반응형
저작자표시 비영리 (새창열림)

'ETC > git' 카테고리의 다른 글

[Github] Rest API 정리하기  (0) 2022.08.23
[Git] Untracked file 다루기  (0) 2022.07.27
자주 사용하는 git alias 정리  (0) 2018.07.05
[Github] remote repository와의 sync 맞추기  (0) 2018.04.20
Linux terminal cmd line에 branch name 넣기  (0) 2017.08.04
    'ETC/git' 카테고리의 다른 글
    • [Github] Rest API 정리하기
    • [Git] Untracked file 다루기
    • 자주 사용하는 git alias 정리
    • [Github] remote repository와의 sync 맞추기
    Linuxias
    Linuxias
    I want to be a S/W developer who benefits people.

    티스토리툴바