exception while downloading while trying "git clone"
needs-triage
When trying to clone the repo from dropbox `git clone dropbox:///raspi_home/servers_foldere` I get:
```
error: exception while downloading: ApiError('2a66a732c4964fa2316abde6590c7c07', DownloadError(u'path', LookupError(u'not_found', None)))
```
I think it shouldnt happen because:
* I can push to that repository from within the original folder
* If I try to pull another (non existing) folder, i get the error:
```
info: repository is empty
warning: You appear to have cloned an empty repository.
```
So the problem is Im not being able to clone the existing repository which otherwise is working properly.
I tried debugging and when I launch the script, at a point it stops to parse a command from stdin, and when I input "clone" i get the error:
`error: unsupported operation: clone`
Is cloning supported? How should I clone a repo I created using `git-remote-dropbox`?
I have time this week so I could contribute if someone gives me clues on what to do.
Thank you!
关闭于 2017-09-25 15 条评论