Git 与 Intellij Idea 9.0.4 集成不起作用
我在 Mac 上使用 Intellij Idea 9.0.4。我无法让 Git 集成插件正常工作。
到目前为止,我已经完成了以下操作:
通过选择“从版本控制中签出”从 github 克隆了一个新的重现 - 这工作得很好。
转到文件=>其他设置=>配置插件 -- git 插件已启用,我禁用了所有其他插件。
转到文件=>设置=>版本控制=> VCS=> Git --我的 git 可执行文件测试良好,并且我正在使用本机 SSH 可执行文件。
当我尝试使用 command-t 或 command-k 时,没有任何反应。我编辑的所有文件都是红色的,表明它们没有被跟踪。
我错过了什么吗?似乎其他人只需启用该插件即可使其工作。我应该说服我的公司升级到 Idea 10.5 吗?
I'm using Intellij Idea 9.0.4 on a Mac. I'm having trouble getting the Git Integration plugin to work at all.
So far I have done the following:
Cloned a new repro from github by selecting "Check out from version control" --This worked fine.
Go to File => Other Settings => Configure plugins --The git plugin is enabled and I disabled all others.
Go to File => Settings => Version Control => VCSs => Git --My git executable tests fine and I'm using the native SSH executable.
When I try to use command-t or command-k nothing happens. All the files that I edit are red, indicating that they are not being tracked.
Am I missing something? It seems other people have it working just by enabling the plugin. Should I just convince my company to upgrade to Idea 10.5?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
修好了!看来我最近一直在回答自己的一些问题。让我想知道我是否一直在发展更好的诊断技能或只是问更愚蠢的问题...尽管如此,我通过在 VCS 设置中配置正确的目录来让它工作。我的项目根目录默认使用SVN。
哑的!!
Fixed it! Seems like I've been answering a few of my own questions lately. Makes me wonder if I've been developing better diagnostic skills or just asking dumber questions... Nonetheless, I got it to work by configuring the correct directory in the VCS settings. The root directory of my project was defaulted to use SVN.
DUMB!!