Hello,
I am trying to make some changes to the Chromium browser, but I'm running into some issues. I'm kind of stuck on "git cl upload", every time I run the command, I am told that:
"Credentials for the following hosts are required:
https://chromium-review.googlesource.com/
https://chromium.googlesource.com/"
I generated my credentials by going to:
https://chromium-review.googlesource.com/new-password
and ran the given script, but I still get the same credential issue.
I have checked that the script runs properly and if it helps, I am running this on a Ubuntu system.
Regards,
--
You Ren (Joey) Chen
Chrome OS Engineering
Dell | Client Product Group
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAGwM7jMPks6N830rn6aDbpUNNuDq70ORUWyT%3DdNWEomF5oxtCw%40mail.gmail.com.
This is what I gotgit is already configured to use your .gitcookies from /home/yourenchen/.gitcookies
Your .netrc and .gitcookies have credentials for these hosts:
Host User Which file
======================================= ============================================ ===========
chrome-internal-review.googlesource.com git-youren.chen.dell.corp-partner.google.com .gitcookies
chrome-internal.googlesource.com git-youren.chen.dell.corp-partner.google.com .gitcookies
.gitcookies problem report:
These hosts likely use wrong identity:
chrome-internal.googlesource.com git-youren.chen.dell.corp-partner.google.com but google.com recommended
You can manually remove corresponding lines in your /home/yourenchen/.gitcookies file and visit the following URLs with correct account to generate correct credential lines:
https://chrome-internal-review.googlesource.com/new-password
I'm not sure how to tell if it properly gives me the credentials. This is the script I received from https://chromium-review.googlesource.com/new-password:eval 'set +o history' 2>/dev/null || setopt HIST_IGNORE_SPACE 2>/dev/null
touch ~/.gitcookies
chmod 0600 ~/.gitcookies
git config --global http.cookiefile ~/.gitcookies
tr , \\t <<\__END__ >>~/.gitcookies
chromium.googlesource.com,FALSE,/,TRUE,2147483647,o,git-youren.chen.dell.corp-partner.google.com=1/6bhRLXF1nWHi6wMHpvqm2yMR2kmLEDdKPJCXRkhwtIY
chromium-review.googlesource.com,FALSE,/,TRUE,2147483647,o,git-youren.chen.dell.corp-partner.google.com=1/6bhRLXF1nWHi6wMHpvqm2yMR2kmLEDdKPJCXRkhwtIY
__END__
eval 'set -o history' 2>/dev/null || unsetopt HIST_IGNORE_SPACE 2>/dev/null
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/09717b88-96af-4a98-97c7-ccc7eaf20764n%40chromium.org.