Problem with "git cl land" |
||
Issue descriptionI'm trying to commit a CL using "git cl land". The test image is too large to upload (https://codereview.chromium.org/2482883002/). I've set my "git config user.email" to msarett@chromium.org and I've also logged in as msarett@chromium.org using "depot-tools-auth login https://codereview.chromium.org". I'm getting this error: msarett@msarett1:/usr/local/google/chromium/src$ git cl land Using 50% similarity for rename/copy detection. Override with --similarity. Description: Fail to decode jpegs on a large number of progressive scans BUG= 642462 R=scroggo@chromium.org Review URL: https://codereview.chromium.org/2482883002 . third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h | 2 ++ third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp | 1 - third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp | 16 ++++++++++++++++ third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp | 14 ++++++++++++++ third_party/WebKit/Source/platform/image-decoders/testing/many-progressive-scans.jpg | Bin 0 -> 8192000 bytes 5 files changed, 32 insertions(+), 1 deletion(-) Fetching pending ref refs/pending/heads/master... Cherry-picking commit on top of pending ref... Pushing commit to refs/pending/heads/master... It can take a while. remote: Processing changes: refs: 1, done error: failed to push some refs to 'https://chromium.googlesource.com/chromium/src.git' ERROR:git-retry:Process failure was not known to be transient; terminating with return code 1 Push failed with exit code 1. To https://chromium.googlesource.com/chromium/src.git ! HEAD:refs/pending/heads/master [remote rejected] (prohibited by Gerrit) Done Fatal push error. Make sure your .netrc credentials and git user.email are correct and you have push access to the repo. Failed to push. If this persists, please file a bug. Any idea what I need to to authenticate myself?
,
Nov 7 2016
check your ~/.gitcookies or ~/.netrc and make sure account there is your chromium.org for chromium.googlesource.com but don't post the whole file here as it has secret token. If that's not the case, visit https://chromium.googlesource.com/new-password
,
Nov 7 2016
https://chromium.googlesource.com/new-password has solved my problem Thanks! |
||
►
Sign in to add a comment |
||
Comment 1 by msarett@chromium.org
, Nov 7 2016