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