GIT_Troubleshooting - Jeybla/rathena GitHub Wiki


title: GIT Troubleshooting permalink: /GIT_Troubleshooting/

Cloning Problem

Cloning into 'rathena'... POST git-upload-pack (250 bytes) remote: Counting objects: 102175, done. remote: Compressing objects: 100% (16110/16110), done. fatal: The remote end hung up unexpectedlyMiB | ##.## KiB/s fatal: early EOF error: RPC failed; result=18, HTTP code = 200 fatal: index-pack failed

Updating Problem

  • git stash
    • Problem encounter when Git can identified 'who you are'. *** Please tell me who you are.
    • Just do a command example git config --global user.email "[email protected]", and
    • Just do a command example git config --global user.name "My Name"