Once I commit changes, I hit on Push and the ADS app goes unresponsive; Even after few minutes the UI is painted blank; In the end I had to kill the app.
When I try the same command from other git tool; I get the following error; Looks like we are not handling this error properly,
12:21:08.966: git push origin master:master
SSH: authentication methods: [publickey, keyboard-interactive, password] last successful method:
java.io.IOException: Authentication failed:
at org.jetbrains.git4idea.ssh.SSHMain.authenticate(SSHMain.java:281)
at org.jetbrains.git4idea.ssh.SSHMain.start(SSHMain.java:156)
at org.jetbrains.git4idea.ssh.SSHMain.main(SSHMain.java:136)
fatal: The remote end hung up unexpectedly
This issue is specific to SSH session; we dont have this issue for https session. I see that git api which involves remote communication supports a timeout option. Will have to have a closer look into the options.
This issue is specific to SSH session; we dont have this issue for https session. I see that git api which involves remote communication supports a timeout option. Will have to have a closer look into the options.
Verified using ADStudio 14 Dev 33 on a SSH connection with a failing authentication, no freeze occurs.
Actually the only freeze-situation that appeared since testing the Git component in ADS 14 is the one mentioned in issue #8488.
Closed.
Verified using ADStudio 14 Dev 33 on a SSH connection with a failing authentication, no freeze occurs.
Actually the only freeze-situation that appeared since testing the Git component in ADS 14 is the one mentioned in issue #8488.
Closed.
Issue #8062 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 31410 |
No time estimate |
When I try the same command from other git tool; I get the following error; Looks like we are not handling this error properly,
12:21:08.966: git push origin master:master
SSH: authentication methods: [publickey, keyboard-interactive, password] last successful method:
java.io.IOException: Authentication failed:
at org.jetbrains.git4idea.ssh.SSHMain.authenticate(SSHMain.java:281)
at org.jetbrains.git4idea.ssh.SSHMain.start(SSHMain.java:156)
at org.jetbrains.git4idea.ssh.SSHMain.main(SSHMain.java:136)
fatal: The remote end hung up unexpectedly