mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
Fix git url error
This commit is contained in:
parent
8aa5ac4172
commit
8a276c8595
@ -105,7 +105,7 @@ $ cd drone-demo
|
|||||||
|
|
||||||
$ git init
|
$ 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!`
|
这里以一个简单的 `Go` 程序为例,该程序输出 `Hello World!`
|
||||||
|
Loading…
Reference in New Issue
Block a user