Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Suggest adding SSH key when none is present #184
Comments
|
well, we need to correctly catch the exception thrown by gitpython when it cannot pull from the remote, and eventually show the error (or a more litterate version of the error) |
Currently if you try to clone a repository from github and you don't have any ssh keys configured at github, you will fail to clone and get such message:
Even
Permission denied (publickey).message is not shown.@guyzmo offered to "suggest adding an SSH key when none is present"