语言

Menu
Sites
Language
Problem cloning Tizen repository

Hello

I am trying to clone the following repository, "git clone https://review.tizen.org/gerrit/p/platform/framework/web/chromium-efl"
Cloning proccess started then loaded 1gb and broke with following error message:

Cloning into 'chromium-efl'...
Username for 'https://review.tizen.org': *****
Password for 'https://zap@review.tizen.org':*****
remote: Counting objects: 1324520, done
remote: Finding sources: 100% (1560794/1560794)
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


Please help to resolve this issue.

 

响应

3 回复
K Johnson

Please try following cloning Tizen projects section in below link. Also please keep your internet connection active during the download process.

https://source.tizen.org/ko/documentation/developer-guide/getting-started-guide/building-all-packages-locally-gbs

zmaksym

K Johnson Thank you very much for your answer, but it did not help me.

Broke with following error message:

error: Unable to get pack file
transfer closed with outstanding read data remaining
error: Unable to find d68078b535b724c97460f40bd797692bb8c0b3b2
Cannot obtain needed object d68078b535b724c97460f40bd797692bb8c0b3b2
error: fetch failed.

 

 

K Johnson

Did you try to clone any other repo instead of chromium-efl? Does any other repo break in the same way in that environment?

Moreover, how about running the commands inside Fetch the source section of this link?