On 07/04/16 10:35, Durgesh Choudhary wrote: > Hi Developers, My name is Durgesh. I am from India. I am currently using > enlightenment and I love it. I want to contribute but I am unable to clone > core/efl.git after 60% cloning it show error saying > > error: RPC failed; curl 18 transfer closed with outstanding read data > remaining > fatal: The remote end hung up unexpectedly > fatal: early EOF > fatal: index-pack failed >
To be honest, looks like a problem with your connection. What's your clone url? Maybe try http instead of the git protocol? (or the other way around if you tried http already). One more thing you could try, not sure if it actually works: mkdir efl cd efl git init git remote add origin <REPO URL HERE> git fetch origin This should let you continue failed downloads instead of aborting (I think/hope). Please let me know if it works. -- Tom ------------------------------------------------------------------------------ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
