git land stuck on windows #358
Comments
|
I cant reproduce this, but I saw it for sure in the remote screen of @gengjiawen when we were onboarding him. :) |
|
Could it be related to #356 (something prompting for input)? |
|
Today I launched a new PR, same stuck place
|
|
I think it may be related to #356 - there is a prompt from git and we are not handling it correctly. |
My ssh key has no password, is it still the case ? Also can I change some file to show the extra info so I can get more info in my case. |
|
@gengjiawen there are other cases where git may prompt and wait for an answer e.g. the upstream server you are creating an ssh connection to is unknown. It's possible that write like this: node-core-utils/lib/session.js Line 295 in f3f59da covers the prompt from git. The fix would be to pay attention to commands like this that send a prompt, don't wrap it with spinners, and pipe the stdin into it when necessary. |
|
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made. |
The second prompt (sorry for not keeping the message) after type
Y, the command stucked, both in cmd and git-bash.Env info
cc @gireeshpunathil @mcollina
The text was updated successfully, but these errors were encountered: