语言

Menu
Sites
Language
can't clone tizen git repo

using unified / standard manifest, "repo sync" showed me errors on cloning tizen git repository over https now:

 

error: Unable to get pack file https:// git.tizen.org/cgit/platform/framework/web/chromium-efl/objects/pack/pack-f9b033ba120dc295098f9b1fdcf66450d4cb8a12.pack

transfer closed with outstanding read data remainin

 

everytime I do sync, repo stucks on this file,

so I tried this:

 

$ wget https: // git.tizen.org/cgit/platform/framework/web/chromium-efl/objects/pack/pack-f9b033ba120dc295098f9b1fdcf66450d4cb8a12.idx

--> 33704996 bytes file successfully downloaded

$ git verify-pack -v pack-f9b033ba120dc295098f9b1fdcf66450d4cb8a12.idx

fatal: early EOF

 

I'm confusing this is from our http proxy server problem or tizen git db, How can I investigate further?

编辑者为: Ikjoon Jang 02 11月, 2017

响应

3 回复
Iqbal Hossain
wf Chao

I'm facing same error currently. Did you solve the problem?

André Reus