Hello Chromium Developers,In the future you will need a chromium.googlesource.com token in your ~/.netrc file to committo the Chromium git repository.It may already be there. In your ~/.netrc file (%HOME%/_netrc on Windows) search fora line that looks like this:machine chromium.googlesource.com login git-<userid>.chromium.org password <token>(For googlers: ‘login git-<userid>.google.com‘ is also OK)If the line is not there (or a netrc file doesn’t exist), please do the following:
2. Login with your @chromium.org account.3. Follow the instructions in the "Staying Authenticated" section.Later we will be adding a gclient hook to src/DEPS that verifies that all committers have push access to the Chromium git repository. There will be a separate PSA about that.Thanks!
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Hello Chromium Developers,In the future you will need a chromium.googlesource.com token in your ~/.netrc file to committo the Chromium git repository.It may already be there. In your ~/.netrc file (%HOME%/_netrc on Windows) search fora line that looks like this:machine chromium.googlesource.com login git-<userid>.chromium.org password <token>
(For googlers: ‘login git-<userid>.google.com‘ is also OK)If the line is not there (or a netrc file doesn’t exist), please do the following:2. Login with your @chromium.org account.3. Follow the instructions in the "Staying Authenticated" section.Later we will be adding a gclient hook to src/DEPS that verifies that all committers have push access to the Chromium git repository. There will be a separate PSA about that.Thanks!
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
On Tue, Aug 12, 2014 at 12:14 AM, Vadim Shtayura <vad...@chromium.org> wrote:
Hello Chromium Developers,In the future you will need a chromium.googlesource.com token in your ~/.netrc file to committo the Chromium git repository.It may already be there. In your ~/.netrc file (%HOME%/_netrc on Windows) search fora line that looks like this:machine chromium.googlesource.com login git-<userid>.chromium.org password <token>Will this also work for those of us who don't use a chromium.org address?
Hello Chromium Developers,In the future you will need a chromium.googlesource.com token in your ~/.netrc file to committo the Chromium git repository.
I don't think I have a .netrc in my home directory.How it look like?