empiricalci / emp

:microscope: Empirical CLI
https://empiricalci.com
MIT License
42 stars 7 forks source link

Allow users to clone public repos #59

Closed alantrrs closed 8 years ago

alantrrs commented 8 years ago

Don't require keys for public experiments. So that public repos can be cloned by other users:

Try to get keys
If (unauthorized) 
    try using https url without keys 
       If it fails: return unauthorized 
       if it succeeds continue with the process