Update googlesource example
The username may not be present for newer accounts on googlesource. Change-Id: Id76416f323a6d08ba83ab9a175f066a995b10941
This commit is contained in:
parent
73a6481835
commit
5e6f398cf3
@ -9,10 +9,14 @@
|
||||
servers:
|
||||
- name: CHANGEME-review
|
||||
url: https://CHANGEME-review.googlesource.com/
|
||||
# Your gerrit username.
|
||||
username: CHANGEME
|
||||
# Set password at https://{name}-review.googlesource.com/#/settings/http-password
|
||||
# Get username and password at https://{name}-review.googlesource.com/#/settings/http-password
|
||||
# It will provide a gitcookies file with contents like this:
|
||||
# gerrit-review.googlesource.com FALSE / TRUE 2147483647 o git-user.example.com=ooghaGhu7ohva5xai8LahcheoVahTae5
|
||||
# The username in this example is "git-user.example.com" and the
|
||||
# password is "ooghaGhu7ohva5xai8LahcheoVahTae5". They are
|
||||
# separated by an "=" character.
|
||||
# Note this is not your Google password.
|
||||
username: CHANGEME
|
||||
password: CHANGEME
|
||||
auth-type: basic
|
||||
git-root: ~/git/
|
||||
|
Loading…
x
Reference in New Issue
Block a user