Fix git url error

pull/308/head
康怀帅 2018-01-03 01:08:24 +08:00 committed by GitHub
parent 8aa5ac4172
commit 8a276c8595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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!`