-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
rclone's crypt backend does not support hashes. This fails with git-remote-rclone.
git-remote-rclone quits because it finds no hash on the server, and assumes the server to be empty. Temporary patch fix: comment out line 150:
if repo_hashes is None: return
This is only a hack, since other parts of the code still fail, or produce extraneous error messages. Also note: an initial git push to an empty repo does not work with this patch.
This request is to enhance git-remote-rclone to work on backends that don't support hashes. Some ideas and options:
- falling back to downloading the file and computing the hash manually
- work with a user-supplied function to compute hash. For rclone's
crypt, this would involve computing the raw underlying file's hash
Metadata
Metadata
Assignees
Labels
No labels