Advertisement
bennybegood

git-push-fail-idea

Mar 26th, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. 2018-03-26 13:00:02,153 [9843679] INFO - git4idea.GitVcs - Git version: 2.14.3.0 (UNIX)
  2. 2018-03-26 13:00:16,180 [9857706] INFO - #git4idea.commands.GitHandler - [eravage-stats] git -c core.quotepath=false -c log.showSignature=false push --progress --porcelain origin refs/heads/master:master
  3. 2018-03-26 13:00:16,744 [9858270] INFO - #git4idea.commands.GitHandler - java.io.IOException: There was a problem while connecting to github.com:22
  4. 2018-03-26 13:00:16,744 [9858270] INFO - #git4idea.commands.GitHandler - at com.trilead.ssh2.Connection.connect(Connection.java:817)
  5. 2018-03-26 13:00:16,744 [9858270] INFO - #git4idea.commands.GitHandler - at com.trilead.ssh2.Connection.connect(Connection.java:686)
  6. 2018-03-26 13:00:16,744 [9858270] INFO - #git4idea.commands.GitHandler - at com.trilead.ssh2.Connection.connect(Connection.java:600)
  7. 2018-03-26 13:00:16,744 [9858270] INFO - #git4idea.commands.GitHandler - at org.jetbrains.git4idea.ssh.SSHMain.start(SSHMain.java:173)
  8. 2018-03-26 13:00:16,744 [9858270] INFO - #git4idea.commands.GitHandler - at org.jetbrains.git4idea.ssh.SSHMain.main(SSHMain.java:137)
  9. 2018-03-26 13:00:16,744 [9858270] INFO - #git4idea.commands.GitHandler - Caused by: java.io.IOException: Key exchange was not finished, connection is closed.
  10. 2018-03-26 13:00:16,744 [9858270] INFO - #git4idea.commands.GitHandler - at com.trilead.ssh2.transport.KexManager.getOrWaitForConnectionInfo(KexManager.java:92)
  11. 2018-03-26 13:00:16,744 [9858270] INFO - #git4idea.commands.GitHandler - at com.trilead.ssh2.transport.TransportManager.getConnectionInfo(TransportManager.java:231)
  12. 2018-03-26 13:00:16,744 [9858270] INFO - #git4idea.commands.GitHandler - at com.trilead.ssh2.Connection.connect(Connection.java:769)
  13. 2018-03-26 13:00:16,745 [9858271] INFO - #git4idea.commands.GitHandler - ... 4 more
  14. 2018-03-26 13:00:16,745 [9858271] INFO - #git4idea.commands.GitHandler - Caused by: java.io.IOException: Cannot negotiate, proposals do not match.
  15. 2018-03-26 13:00:16,745 [9858271] INFO - #git4idea.commands.GitHandler - at com.trilead.ssh2.transport.KexManager.handleMessage(KexManager.java:413)
  16. 2018-03-26 13:00:16,745 [9858271] INFO - #git4idea.commands.GitHandler - at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:765)
  17. 2018-03-26 13:00:16,745 [9858271] INFO - #git4idea.commands.GitHandler - at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:480)
  18. 2018-03-26 13:00:16,745 [9858271] INFO - #git4idea.commands.GitHandler - at java.lang.Thread.run(Thread.java:745)
  19. 2018-03-26 13:00:16,748 [9858274] INFO - #git4idea.commands.GitHandler - fatal: Could not read from remote repository.
  20. 2018-03-26 13:00:16,749 [9858275] INFO - #git4idea.commands.GitHandler - Please make sure you have the correct access rights
  21. 2018-03-26 13:00:16,749 [9858275] INFO - #git4idea.commands.GitHandler - and the repository exists.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement