Skip to content

Commit 1770d21

Browse files
committed
use more specific error message
1 parent 3af05c5 commit 1770d21

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

en/src/content/docs/guides/building-openfyde.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,12 @@ $ gclient sync
157157
```
158158

159159
:::note
160-
If gclient complains no `.gclient` file exists, just create `.gclient` manually and copy/paste the content of [gclient](https://github.com/openFyde/dotgclient/blob/main/dotgclient) to it.
160+
If `gclient sync` failed with the following error, you need to create `.gclient` manually and copy/paste the content of [gclient](https://github.com/openFyde/dotgclient/blob/main/dotgclient) to it.
161+
162+
```
163+
Error: client not configured; see 'gclient config'
164+
```
165+
161166
:::
162167

163168
Fetching of Chromium OS source code may take more than 30 minutes depending on your connection speed, around 100GB of data will need to be downloaded primarily from googlesource.com, it'd be helpful if you have a decent internet speed to reach Google's server.

0 commit comments

Comments
 (0)