Skip to content

Commit

Permalink
Restyled by prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Aug 7, 2020
1 parent 1089a48 commit dd9cb16
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions content/docs/user-guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ 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.
`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}

Expand Down

0 comments on commit dd9cb16

Please sign in to comment.