今天 GitHub 出了一个新功能,并且对 github.dev 域名作出了解释:
Press . on any repo to make quick edits powered by Visual Studio Code.
然后又勾起了我对 Codespaces 开发实际体验的向往,
所以说
GitHub 的 Codespaces 的实际付费体验如何?
看了下付费价格,最基础的付费价格比网吧上网便宜,但是目前貌似没对个人用户开放?
目前来看对我来说最有用的莫过于云端开发环境的统一,移动办公随时可行.
(周末回老家,有时候想 coding 不用再用老家的台式同步代码和配置环境了)
有用过的 V 友说一下吗?
1
chinafengzhao 285 天前 ![]() 之前不是公测了吗?申请了很久都还在 waiting list
|
2
DiamondYuan 285 天前 via iPhone ![]() 你花 4 刀注册一个月的付费 teams 就可以体验了
|
3
DiamondYuan 285 天前 via iPhone
不能 self hosted,从中国访问美国,估计体验不会太好 Z
|
![]() |
4
SingeeKing 285 天前 ![]() 公测实际体验和 vscode 远程完全一致(其实就是一个东西),科学上网情况下大多数时间都可以正常使用,但会出现偶尔断一次需要退出重连(并且会丢失过去几分钟的代码)
|
![]() |
5
captray 285 天前 ![]() github.dev 是免费的,Codespaces 是收费的 https://twitter.com/ItalyPaleAle/status/1425575850716635136
|
6
dayeye2006199 285 天前 ![]() codespace 很方便,代码如果全部托管在 github 上面的话没有比这个更方便的开发模式。github 内部的工程团队开发环境也已经迁移到 codespace 上了。
https://github.blog/2021-08-11-githubs-engineering-team-moved-codespaces/ |
![]() |
7
wolfie 285 天前
@captray
github.dev 就跳转到 https://github.com/features/codespaces Try Codespaces today in free trial until September 10, 2021 自己搭个 code-server |
9
coolcoffee 285 天前
Codespaces 最低配置 2 核的需要 0.18 美金 /小时,所以一个月就是 129.6 美金。
如果只是一个 vs remote,没有更多的工作流加入,恐怕 12 美金一个月都嫌多。 |
![]() |
10
codehz 285 天前
提示:按照官方的说法,如果你已经在 beta 中使用,那仍然能继续免费使用(当然只有个人项目可以)
For those in the beta, access will remain and we’ll share updates on what’s coming in the near future. 然后目前只有团队和企业能使用(不是 beta 的话),9 月 10 日开始计费 |
![]() |
11
nielinjie 285 天前
这个不是按日历日算的,是按开机时长算的。不用的时候可以关机,不算钱的。
@coolcoffee |
![]() |
12
LSvKing 285 天前
@DiamondYuan 我刚升级了团队账号,一直显示 Codespaces is rolling out progressively but isn’t available in this organization yet. Check back soon.
咋,是因为我选了 china ? |
![]() |
13
wolfie 285 天前
@captray
这俩不是一个东西吗。 github^dev 自动跳转到 github^com/features/codespaces 时候 还提示 Codespaces access is currently limited to paid teams and organizations. |
![]() |
14
mmtromsb456 285 天前 via iPhone ![]() @wolfie
https://twitter.com/italypaleale/status/1425575850716635136?s=28 Codespaces is a full, cloud-based dev environment, with full compute (can build and debug, run DBs, use terminals, all VS Code extensions). github.dev runs entirely in the browser and has no compute. |
15
coolcoffee 285 天前
|
![]() |
16
iBugOne 285 天前 via Android
|
![]() |
17
SmiteChow 284 天前
|
![]() |
18
mirone 283 天前 via iPhone
挺好用的,自从用上我的 Thinkpad 再也不烫手了
|
![]() |
19
derek80 263 天前
试用一段时间,整体体验挺好,不过对我来说价格还是有点贵。对比 linode 同样 4 核,linode 独立 4 核为 0.09 而 codespace 需要 0.36 了。所以前段时间用 terrform 快速跑一个 linode 开发环境起来,用 vscode 远程开发。现在是白嫖 oracle 的 arm 机器。
|
![]() |
20
yanyuechuixue 255 天前
@derek80 arm 是用的 web 版本的 vscode 还是用的桌面版然后 remote?
|