简体   繁体   中英

Visual Studio 2017 constantly starts a new git.exe instance

I am trying to figure out why this is happening. Every time I run visual studio 2017 it continuously restarts git.exe which takes up 20% of cpu and 100 mb or ram. I am wondering if anyone could help to figure out why this is happening. Image below:

处理屏幕截图

Use Process Explorer : that will show you the command line associated with those git.exe process, as well as their parent process.

From the command-line, you can determine what is going on.
A similar thread (for a previous version of Visual Studio) suggested also to check the Process Monitor .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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