Skip to content
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

Closed
llosimura opened this issue Mar 1, 2017 · 3 comments
Closed

Fotingo freezes if there is no ssh key added #8

llosimura opened this issue Mar 1, 2017 · 3 comments

Comments

@llosimura
Copy link
Contributor

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.

@tagoro9
Copy link
Owner

tagoro9 commented Mar 1, 2017

This is a known issue not related to fotingo but to nodegit.

I'm aware of that. It is explained on the readme. It definitely sucks when you forget to add the ssh key and it hangs forever, but not much that I can do for now.

@tagoro9 tagoro9 closed this as completed Mar 1, 2017
@llosimura
Copy link
Contributor Author

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 nodegit does.

@tagoro9
Copy link
Owner

tagoro9 commented Mar 1, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants