Unable to Git Push to Atlassian Stash
I have a working Intellij 13.1 and I have just downloaded the 14 EAP zip. When I started 14 for the first time using the idea.bat I did not get any option to copy my 13.1 configuration.
I am unable to pull from or push to an Atlassian Stash server.
With the built in ssh client I get a fatal error Git Pull Failed: fatal: Could not read from remote repository. I get similar with the Push.
With the native ssh client I get a status of Pulling changes from origin but this never completes.
I have checked the log files and nothing much is shown, these are attached in case it helps.
Attachment(s):
IntelliJIdea14-9908.log.zip
Please sign in to leave a comment.
1. Does it work if you pull from the command line?
2. If is does, could you please try to pull from IDEA and check Version Control Console in IntelliJ IDEA? It might contain some errors which didn't get to the log.
It does work from the command line. In the Version Control panel I get the following exception reported.
com.trilead.ssh2.HTTPProxyException: HTTP Proxy Error (503 Service Unavailable)
at com.trilead.ssh2.transport.TransportManager.establishConnection(TransportManager.java:427)
at com.trilead.ssh2.transport.TransportManager.initialize(TransportManager.java:449)
at com.trilead.ssh2.Connection.connect(Connection.java:731)
at com.trilead.ssh2.Connection.connect(Connection.java:577)
at org.jetbrains.git4idea.ssh.SSHMain.start(SSHMain.java:171)
at org.jetbrains.git4idea.ssh.SSHMain.main(SSHMain.java:137)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
It reports some proxy error. Do you use proxy to connect to the Git remote server? Have you specified that proxy in IDEA Proxy Settings?
My proxy settings are the same in 13.1 and 14, and this functionality works in 13.1
So are they specified in IDEA Proxy Settings or somewhere else?
In the idea proxy settings
We are going to check this setup to try to reproduce the problem. Meanwhile as a workaround you may switch to the Native SSH in the Settings | Version Control | Git.
If your private key is protected with a passphrase make sure to use pageant (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) or some similar software.
Is there already an issue for that in YouTrack? This will probably affect one of my future projects as well (they're switching to Stash). Thus, I'd like to stay informed about this.