C:\w\webrtc\master\src>git cl upload
Running presubmit upload checks ...
Done processing C:\w\webrtc\master\src\video\video_quality_test.cc
Presubmit checks took 4.2s to calculate.
Presubmit checks passed.
AUTHORS | 1 +
test/run_loop.cc | 2 +-
test/run_loop.h | 4 +++-
test/win/run_loop_win.cc | 17 ++++++++++-------
video/video_quality_test.cc | 2 +-
5 files changed, 16 insertions(+), 10 deletions(-)
Title for patchset [Added myself to AUTHORS as per review]:
remote: The push has been rejected because we detect that it contains a private
remote: key. Please check the following commands and confirm that it's
remote: intentional:
remote:
remote: git show e1dbe05858db5dbc3425c1effac232cc71083b1f
remote: git show ce962746009feb41bda6a178dec0a5d1a4877a22
remote:
remote: You can use `git rev-list --objects --all` to find the files.
remote:
remote: To push these files, please run `git push -o nokeycheck`.
remote:
! [remote rejected] a973f6ca77b3e21209d8bc9f18bd5a58e4300170 -> refs/for/refs/heads/master%notify=NONE,m=Added_myself_to_AUTHORS_as_per_review (found a private key)
Error after CL description prompt -- saving description to C:\Users\Danail Kirov/.git_cl_description_backup
Failed to create a change. Please examine output above for the reason of the failure.
Hint: run command below to diagnose common Git/Gerrit credential problems:
git cl creds-check
C:\w\webrtc\master\src>git cl creds-check
git is already configured to use your .gitcookies from C:\Users\Danail Kirov\.gitcookies
Your .netrc and .gitcookies have credentials for these hosts:
Host User Which file
============================== ============================= ===========
No problems detected in your .gitcookies file.
//
// The following command shows one of the security keys is
// src/rtc_base/sslidentity_unitest.cc
//
C:\w\webrtc\master\src>git show e1dbe05858db5dbc3425c1effac232cc71083b1f
/*
* Copyright 2011 The WebRTC Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#include <memory>
#include <string>
#include "rtc_base/fakesslidentity.h"
#include "rtc_base/gunit.h"
#include "rtc_base/helpers.h"
#include "rtc_base/ssladapter.h"
#include "rtc_base/sslfingerprint.h"
#include "rtc_base/sslidentity.h"
#include "rtc_base/stringutils.h"
using rtc::SSLIdentity;
const char kTestCertificate[] = "-----BEGIN CERTIFICATE-----\n"
"MIIB6TCCAVICAQYwDQYJKoZIhvcNAQEEBQAwWzELMAkGA1UEBhMCQVUxEzARBgNV\n"
"BAgTClF1ZWVuc2xhbmQxGjAYBgNVBAoTEUNyeXB0U29mdCBQdHkgTHRkMRswGQYD\n"
"VQQDExJUZXN0IENBICgxMDI0IGJpdCkwHhcNMDAxMDE2MjIzMTAzWhcNMDMwMTE0\n"