Answer the question
In order to leave comments, you need to log in
How to set up git ssh on phpstorm?
Can't set up git via ssh on phpstorm. I read all the instructions, nothing helped. An error occurs that it cannot read from an external repository. Through tortoiseGit, everything works great with the same keys, but I don’t want to switch between the two programs all the time for the sake of pulls and pushes.
Manuals from phpstorm did not help. Either there is no third-party program, or I am missing a very important point in the setup, because of which this happens.
Answer the question
In order to leave comments, you need to log in
Install git bash
phpstorm needs openssh keys (not those for putty). If you run git bash and type ssh-keygen, then a key will be generated, or the key must be exported there.
There was a similar problem on ubuntu: when working with git through the storm terminal, I used the correct key, when using the VCS menu, I asked for the password for the first private key found in the .ssh/ folder.
The problem was solved by changing the settings: Settings->Version Control->Git-> SSH executable changed from "Built-in" to "Native"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question