简体   繁体   English

如何在 Microsoft Visual Studio 中关闭 Git

[英]How to turn off Git in Microsoft Visual Studio

I am getting quite annoyed with git in Microsoft Visual Studio.我对 Microsoft Visual Studio 中的 git 感到非常恼火。 I see that is chewing up my CPU and my laptop is loud as hell when I turn the IDE on.当我打开 IDE 时,我看到它正在消耗我的 CPU,并且我的笔记本电脑非常响亮。 Anyone got any suggestions?有人有什么建议吗?

I was trying https://gist.github.com/hmemcpy/5bc6b5cc11050b502ca3 but couldn't create the file in the directory even though I am an admin.我正在尝试https://gist.github.com/hmemcpy/5bc6b5cc11050b502ca3但即使我是管理员也无法在目录中创建文件。

Or perhaps give a suggestion on how to use it with git but without it chewing up memory.或者就如何将它与 git 一起使用提出建议,但不会破坏 memory。

Making sure your files (currently part of your opened Visual Studio project) are not within a Git repository is one way.确保您的文件(当前是您打开的 Visual Studio 项目的一部分)不在 Git 存储库中是一种方法。

The other is to try one of the method listed here , like:另一种是尝试此处列出的方法之一,例如:

Tools-->Options-->Source Control-->[Current Source Control Plug-in]

And select "None".和 select “无”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM