RiotGamesMinions / thor-scmversion

Thor tasks to manage a VERSION file based on SCM tags
MIT License
58 stars 22 forks source link

using https for remote url hangs the thor process #32

Open jchauncey opened 10 years ago

jchauncey commented 10 years ago

Executing any scmversion command against a repo that uses https remote urls will prompt for your credentials. This is not handled correctly when Open3 executes the git commands.

jchauncey commented 10 years ago

using mixlib::shellout fixes our problem so not sure how to proceed

netflash commented 7 years ago

Any chances this gonna be fixed ?