Results 6 issues of 庄引

已经快十天无法正常使用。客服不回应还archived github库。无耻至极

Optimize the document format

我们每次使用命令`git clone https://github.com/marijnh/Eloquent-JavaScript.git`或者通过`Webstorm` `git clone` 默认会把远程仓库整个给`clone`下来,但只会在本地默认创建一个`master`分支。如果最新的代码版本或者我们需要的代码版本不在 `master` 分支上,该如何获取非 master 分支的代码? ![git-branch-e730b9fd](https://user-images.githubusercontent.com/20805894/31160391-a1da6e9e-a902-11e7-8811-8ec6d193085f.png) ## 解决方法 如果代码已经 `clone` 到本地,那么直接在本地代码文件夹路径下使用命令 ```bash git branch -r #查看远程分支 ``` 或 ```bash git branch -a #查看所有分支 ``` ![git-branch-8f12d76f](https://user-images.githubusercontent.com/20805894/31160394-a63f2600-a902-11e7-8ae8-9b56326a6dfc.png)...

help wanted
question

[nginx server](https://plugins.jetbrains.com/plugin/4415-nginx-support) support for IntelliJ IDEA Runs/reloads configuration/stops nginx server from IDEA. Configuration file syntax highlighting, auto-completion and inspections. [插件 Github 地址](https://github.com/ishchenko/idea-nginx) ## 1.首先点击File,点击 Setting, ![image](https://user-images.githubusercontent.com/20805894/29411290-c0b285b4-8386-11e7-850c-5dd8cc8d77ca.png) ## 2. 点击Plugins,在右侧输入框输入 nginx,点击Search...

help wanted
question

```bash C:\WINDOWS\system32>nginx -s reload 'nginx' is not recognized as an internal or external command, operable program or batch file. ```

help wanted
question

图片格式不给力