.gitignore文件无法在Cloud9文件面板中显示

时间:2016-09-10 14:21:59

标签: git ubuntu command-line cloud9-ide

我正在使用ruby on rails应用程序。我使用Cloud9在线IDE,即Ubuntu。

当我转到根目录时,我无法打开我的.gitignore文件。我知道我在正确的位置,因为当我在root中并输入ls -la时,它会列出我的所有文件,包括.gitignore

我已经看过其他线程,有些建议使用打开,然后是 .gitignore 。他们总是为OP工作。 但它们都不适合我。

我试过这个:

open .gitignore`

但是当我使用它时,我收到以下错误:

Couldn't get a file descriptor referring to the console

当我使用此命令时:

see .gitignore

我收到以下错误:

Warning: unknown mime-type for ".gitignore" -- using "application/octet-stream"
Error: no "view" mailcap rules found for type "application/octet-stream"

如果有人知道发生了什么,请帮助我。除了使用上面的两个命令之外,我无法从其他线程中找到任何其他修复程序。

1 个答案:

答案 0 :(得分:2)

你能在左侧的栏中看到它吗?如果没有,请在左侧栏中点击小齿轮图标,然后点击“显示隐藏文件'。” Show Hidden Files

希望这会有所帮助。