GITPOD github云编辑器&运行环境

82 阅读1分钟

1 使用

1.在自己github地址后面加上 gitpod.io/#

https://gitpod.io/#https://github.com/1sunzichen/goService

2.也可以在readme.md 中加入 

<a target="_blank" href="https://gitpod.io/#https://github.com/1sunzichen/goService">
        <img src="https://img.shields.io/badge/gitpod-devenv-orange" alt="APITable Gitpod Development Environment" />
</a>

2 自定义启动命令 新建.gitpod.yml

task 是要执行的任务

3 尝试提交代码&本地vs打开

gitpod测试地址