Skip to content

Commit

Permalink
troubleshooting: mention missing files
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Orpinel <[email protected]>

Fixes #1660
  • Loading branch information
bobertlo committed Aug 7, 2020
1 parent ddd3479 commit 1089a48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/docs/user-guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ This file uses a special engine feature for the following headers, so that a
custom anchor link is used. Just add {#custom-anchor} after each title:
-->

## Failed to pull data from the cloud {#missing-files}

Users may encounter errors when running `dvc pull` and `dvc fetch`, like
`WARNING: Cache 'xxxx' not found.` or `ERROR: failed to pull data from the cloud`.
The most common cause is changes pushed to Git without the corresponding
data being uploaded to the [DVC remote](/doc/command-reference/remote).
Make sure to `dvc push` from the original <abbr>project</abbr>, and try again.

## Too many open files error {#many-files}

A known problem some users run into with the `dvc pull`, `dvc fetch` and
Expand Down

0 comments on commit 1089a48

Please sign in to comment.