Fix git url error

This commit is contained in:
康怀帅
2018-01-03 01:08:24 +08:00
committed by GitHub
parent 8aa5ac4172
commit 8a276c8595

View File

@@ -105,7 +105,7 @@ $ cd drone-demo
$ git init
$ git remote add origin git@github.com/username/drone-demo.git
$ git remote add origin git@github.com:username/drone-demo.git
```
这里以一个简单的 `Go` 程序为例,该程序输出 `Hello World!`