Learn more about cloning repositories
You have read-only access
Properly clean up downloaded zips (#322) We got this wrong because we were not using get_download_target, so we were trying to delete the wrong file. Also add a test. Fixes #320