-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fotingo freezes if there is no ssh key added #8
Labels
Comments
Would it be possible at least to raise an error if the creation of the branch takes more than a predetermined time? At least it will show an error regardless what |
It would be possible, but it would require a few changes on the way git authentication is done, as we need to keep track of the timeout. Not in my plans for now to fix this, but feel free to submit a PR with a fix. |
tagoro9
added a commit
that referenced
this issue
Mar 17, 2017
tagoro9
added a commit
that referenced
this issue
Mar 17, 2017
tagoro9
added a commit
that referenced
this issue
Mar 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you forgot to execute
ssh-add -k ~/.ssh/id_rsa
it will hangout while creating the branch without giving the user any hint what is wrong.The text was updated successfully, but these errors were encountered: