运行 是否可以在 cloud9 中进行 gitk

Is it possible to run gitk in cloud9

我在 cloud9-ide

中尝试 运行 gitk 时得到以下信息
application-specific initialization failed: no display name and no $DISPLAY environment variable
Error in startup script: no display name and no $DISPLAY environment variable
    while executing
"load /usr/lib/x86_64-linux-gnu/libtk8.6.so Tk"
    ("package ifneeded Tk 8.6.1" script)
    invoked from within
"package require Tk"
    (file "/usr/bin/gitk" line 10)

gitk 是一个可视化 git 工具,Cloud9 没有图形用户界面,只有一个终端。所以不幸的是,他们不会一起工作。您可以尝试使用 tig,它是可视化的,但适用于 Cloud9 终端。

如果您在后台打开了一个 ssh 连接(如 PUTTY)并且您在该连接上正确配置了 XForwarding。您可以从 cloud9 终端启动 gitk。