git - Why can't I "check out from version control" on PhpStorm using GitLab -
i've paid gitlab, , managed import codebase webserver using git command line gubbins.
i've installed phpstorm on windows laptop, , want import files gitlab.
- i click on "check out version control".
- i select "git"
- i paste
https://gitlab.com/myname/projectname
top field - i hit test - says connection established.
- i hit clone - nothing, dumps me before clicked on "check out version control" button.
what have misunderstood, or doing wrong?
i hadn't installed git on windows. phpstorm bit flawed here, if tried clone github correctly gives warning git.exe isn't installed. when specifying git doesn't give same warning.
Comments
Post a Comment