You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Gomote.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,8 @@ The information is from golang.org/x/build/dashboard and golang.org/x/build/env.
232
232
233
233
## Access
234
234
235
+
**Effective January 2025, gomote access will automatically be granted to contributors who have [Approvers](https://go.dev/wiki/GerritAccess#approving-cls-approvers) access.**
236
+
235
237
**On August 2022, a new infrastructure was deployed which required the removal of all gomote access from previously approved users. Please re-request access if you still require access.**
236
238
237
239
To request access to the gomote service, file a new issue (https://go.dev/issue/new?title=access:+&body=See+https://go.dev/wiki/Gomote%23access.) and state the Google account you use to log in to Gerrit. The provided account will only be used for authentication purposes.
@@ -245,6 +247,15 @@ Please visit https://www.google.com/device in your browser and enter verificatio
245
247
...
246
248
```
247
249
250
+
The login command will also initiate the authentication workflow:
251
+
252
+
```
253
+
$ gomote login
254
+
Please visit https://www.google.com/device in your browser and enter verification code:
255
+
ABCD-4567
256
+
...
257
+
```
258
+
248
259
After opening a browser with the provided link the user must authenticate with the google account and paste the verification code into the browser. After a short wait the client will be authenticated.
0 commit comments