S
S
Spunreal2015-12-08 12:18:19
git
Spunreal, 2015-12-08 12:18:19

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

3 answer(s)
E
Eugene, 2015-12-08
@Spunreal

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.

F
FanMakaron, 2017-08-24
@FanMakaron

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"

S
Spunreal, 2015-12-08
@Spunreal

Found what I needed on the assembly site - blog.assembla.com/AssemblaBlog/tabid/12618/bid/772...
Section " Git Bash SSH Keys ".
Apparently the problem was in the keys generated by PuTTY

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question