mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-02 05:51:43 +00:00
Fix git url error
This commit is contained in:
@@ -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!`
|
||||
|
Reference in New Issue
Block a user