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
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/rbe/rbe.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,20 @@ of the single parameter `rebase_path()`.
145
145
146
146
## Troubleshooting
147
147
148
+
### Error obtaining credentials
149
+
150
+
If you get the following error while running `et build`:
151
+
152
+
```shell
153
+
E0815 09:30:03.169505 1413247 main.go:147] Error obtaining credentials: application default credentials were invalid: could not get valid Application Default Credentials token: oauth2: cannot fetch token: 400 Bad Request
154
+
```
155
+
156
+
Check your `${HOME}/.config/gcloud/application_default_credentials.json` to see if you are signed into another project / account. Run the following to reset the default credentials:
157
+
158
+
```shell
159
+
gcloud auth application-default login
160
+
```
161
+
148
162
### Slow builds
149
163
150
164
RBE builds can be slow for a few different reasons. The most common reason is
0 commit comments