TheHipbot / hermes

Code Repository Manager
Apache License 2.0
4 stars 1 forks source link

Calling `hermes get` on a full repo name doesn't work unless repo is in cache #50

Open TheHipbot opened 5 years ago

TheHipbot commented 5 years ago

The desired behavior if calling a hermes get on a full repo name (e.g. remote/group/repo) if that repo is not in cache is to clone it down and add it to the cache (assuming the correct permissions are in place). Right now it errors because the repo is added to the cache but with some missing data (like the clone URLs)