D
D
DmitryRise2016-08-05 12:50:42
git
DmitryRise, 2016-08-05 12:50:42

Git + phstorm why repository test has failed?

Greetings. I initialized the git project (on a remote server) in the root folder, created a dev directory and cloned the main repository into it.
I'm trying to pull the cloned repository from the server via Checkout from Version Control in PhpStorm, but PS consistently gives me Repository test has failed.
As I understand the problem with the paths that I set.
PWD shows full path to dev folder /home/virtwww/(имя пользователя)/http/dev
Ok. What do I enter

ssh://[email protected]/home/virtwww/(имя пользователя)/http/dev

Does not work. I'm trying a port.
ssh://[email protected]:2222/home/virtwww/(имя пользователя)/http/dev

Take two, please tell me what I'm doing wrong?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DmitryRise, 2016-08-06
@DmitryRise

aol-nnov : figured it out. The main port of the ssh connection to the server was powered by Putty. Therefore, PS could not raise the connection. Decided by prescribing a spare port. ssh://[email protected]:2222/rootfolder/

A
aol-nnov, 2016-08-05
@aol-nnov

I initialized the git project (on a remote server) in the root folder, created a dev directory and cloned the main repository into it.

in the form of commands what does it look like?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question