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?