mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 09:32:29 +08:00
c08d48a50d
This alters some comments in source files, but is interested mainly in documentation files and help messages.
75 lines
2.1 KiB
Markdown
75 lines
2.1 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Report a problem with rclone
|
|
---
|
|
|
|
<!--
|
|
|
|
We understand you are having a problem with rclone; we want to help you with that!
|
|
|
|
**STOP and READ**
|
|
**YOUR POST WILL BE REMOVED IF IT IS LOW QUALITY**:
|
|
Please show the effort you've put into solving the problem and please be specific.
|
|
People are volunteering their time to help! Low effort posts are not likely to get good answers!
|
|
|
|
If you think you might have found a bug, try to replicate it with the latest beta (or stable).
|
|
The update instructions are available at https://rclone.org/commands/rclone_selfupdate/
|
|
|
|
If you can still replicate it or just got a question then please use the rclone forum:
|
|
|
|
https://forum.rclone.org/
|
|
|
|
for a quick response instead of filing an issue on this repo.
|
|
|
|
If nothing else helps, then please fill in the info below which helps us help you.
|
|
|
|
**DO NOT REDACT** any information except passwords/keys/personal info.
|
|
|
|
You should use 3 backticks to begin and end your paste to make it readable.
|
|
|
|
Make sure to include a log obtained with '-vv'.
|
|
|
|
You can also use '-vv --log-file bug.log' and a service such as https://pastebin.com or https://gist.github.com/
|
|
|
|
Thank you
|
|
|
|
The Rclone Developers
|
|
|
|
-->
|
|
|
|
#### The associated forum post URL from `https://forum.rclone.org`
|
|
|
|
|
|
|
|
#### What is the problem you are having with rclone?
|
|
|
|
|
|
|
|
#### What is your rclone version (output from `rclone version`)
|
|
|
|
|
|
|
|
#### Which OS you are using and how many bits (e.g. Windows 7, 64 bit)
|
|
|
|
|
|
|
|
#### Which cloud storage system are you using? (e.g. Google Drive)
|
|
|
|
|
|
|
|
#### The command you were trying to run (e.g. `rclone copy /tmp remote:tmp`)
|
|
|
|
|
|
|
|
#### A log from the command with the `-vv` flag (e.g. output from `rclone -vv copy /tmp remote:tmp`)
|
|
|
|
|
|
|
|
<!--- Please keep the note below for others who read your bug report. -->
|
|
|
|
#### How to use GitHub
|
|
|
|
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
|
|
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
|
|
* Subscribe to receive notifications on status change and new comments.
|