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
- Cloning process is terminated with error messages above
- Use Git Bash and do
gitconfig--globalhttp.postBuffer524288000(the last number just a speculation size, but it works) - See: Git clone return result=18 code=200 on a specific repository
- Use Git Bash and do
Updating Problem
- git stash
- Problem encounter when Git can identified 'who you are'. *** Please tell me who you are.
- Just do a command example
gitconfig--globaluser.email"[email protected]", and - Just do a command example
gitconfig--globaluser.name"MyName"