... | @@ -57,3 +57,15 @@ windows |
... | @@ -57,3 +57,15 @@ windows |
|
* 注册时选择License server,
|
|
* 注册时选择License server,
|
|
* 填http://www.iteblog.com/idea/key.php
|
|
* 填http://www.iteblog.com/idea/key.php
|
|
|
|
|
|
|
|
#### phpstorm配置git
|
|
|
|
|
|
|
|
file->settins->搜索 git
|
|
|
|
选择git,path设置成
|
|
|
|
|
|
|
|
``C:\Program Files (x86)\Git\cmd\git.exe``
|
|
|
|
|
|
|
|
搜索ssh 选择 subversion 右边选择ssh settings
|
|
|
|
|
|
|
|
将private key设置成你的私钥,ssh-keygen生成的 类似
|
|
|
|
|
|
|
|
``C:\Users\suxianbaozi\.ssh\id_rsa`` |