openhatch / open-source-comes-to-campus

Planning for improving Open Source Comes to Campus
30 stars 22 forks source link

setup_practicing_git should also verify your SSH key can push to github #109

Open paulproteus opened 9 years ago

paulproteus commented 9 years ago

Right now, rather than providing a useful error message, shows "Permission denied (public key)" and then shows you that git exits with status code 120.

Props to @possibly for finding this!

shaunagm commented 9 years ago

Or at the very least, we should override the error message and return something more human readable.