taylor / kiex

Elixir version manager
http://taylor.github.io/kiex/
MIT License
766 stars 65 forks source link

Add an authetication header for Github requests #46

Closed waisbrot closed 8 years ago

waisbrot commented 8 years ago

23 was merged but then reverted. This is an attempt to get the same effect.

On Travis recently, I had many test failures where Kiex said

+kiex install 1.2.0
Unknown Elixir '1.2.0' ☹ 

I'm now running with a version of Kiex that I patched to send an OAuth token to Github and things seem better. Therefore, I think this is still a useful addition.

taylor commented 8 years ago

Looks good. Thank you @waisbrot