New issue
Advanced search Search tips

Issue 819443 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 824915
Owner: ----
Closed: Mar 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug-Regression



Sign in to add a comment

Cannot access to https://chromium.googlesource.com/ via git.

Project Member Reported by yyanagisawa@chromium.org, Mar 7 2018

Issue description

I found I cannot "git pull" chromium code.

When I git pull chromium.googlesource.com, it does not work.
$ git pull --rebase
fatal: unable to access 'https://chromium.googlesource.com/chromium/src.git/': The requested URL returned error: 400

So do 'https://chromium.googlesource.com/chromium/tools/build.git/'.
$ git pull --rebase
fatal: unable to access 'https://chromium.googlesource.com/chromium/tools/build.git/': The requested URL returned error: 400

I also found I could not clone the repository due to the same error.
$ git clone https://chromium.googlesource.com/chromium/tools/build.git
Cloning into 'build'...
fatal: unable to access 'https://chromium.googlesource.com/chromium/tools/build.git/': The requested URL returned error: 400

 
Labels: -Pri-0 Pri-1
With removing ~/.gitcookies.  I could pull.  I am not sure what happened.

Comment 3 by sjg@chromium.org, Mar 29 2018

Mergedinto: 824915
Status: Duplicate (was: Untriaged)
Seems like a dup

Sign in to add a comment