BasavarajMM / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

repo init error #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Affected Version:1.13
Environment:ubuntu11.04

What steps will reproduce the problem?
1.repo init -u http://github.com/CyanogenMod/android.git -b gingerbread

What is the expected output? What do you see instead?
fatal: Cannot get https://code.google.com/p/git-repo/clone.bundle
fatal: error [Errno 8] _ssl.c:499: EOF occurred in violation of protocol

Original issue reported on code.google.com by Aaron.Gu...@gmail.com on 10 Oct 2011 at 4:06

GoogleCodeExporter commented 8 years ago
I get the following two error when repo init ,but no problem while repo sync:
fatal: Cannot get https://code.google.com/p/git-repo/clone.bundle
fatal: error (104, 'Connection reset by peer')

and 

fatal: Cannot get https://code.google.com/p/git-repo/clone.bundle
fatal: error (8, 'EOF occurred in violation of protocol')

Original comment by cuilong....@gmail.com on 1 Dec 2011 at 2:42

GoogleCodeExporter commented 8 years ago
It should be a major block issue,why you think it is a Minor bug?
maybe we can not set the Priority of the issue!

Original comment by cuilong....@gmail.com on 1 Dec 2011 at 2:44

GoogleCodeExporter commented 8 years ago
hi Google guys,

If you can not reproduce it in your side, Could you give us some comments?
Maybe our ip is blocked by your server?

Cuilong

Original comment by cuilong....@gmail.com on 1 Dec 2011 at 2:49

GoogleCodeExporter commented 8 years ago
after change the ~/bin/repo it seems working:
REPO_URL='https://code.google.com/p/git-repo/'======>REPO_URL='http://code.googl
e.com/p/git-repo/'

Original comment by cuilong....@gmail.com on 1 Dec 2011 at 6:39

GoogleCodeExporter commented 8 years ago
I had a similar issue. 
It was a proxy issue for me. 
I unset mine proxy setting in my global git config and then it works fine for 
me.

Original comment by weilia...@chromium.org on 6 Feb 2014 at 3:14