0

enter image description here

Like this screenshot shows, after I typed git branch -v and typed Enter, the cmd will always be stucked.I have tried to make another new clone, but this problem didn't disappear.

It happens to my every repository, and I have tried upgrade / reinstall my git. Maybe there are some weird software conflicts exists

phd
  • 82,685
  • 13
  • 120
  • 165
scaventz
  • 45
  • 4
  • https://stackoverflow.com/a/48370253/7976758 ? Try `git --no-pager branch -v` – phd Dec 22 '20 at 12:48
  • 2
    Do not post images of code, input/output data or error message. Use the select and copy-paste functionalities provided by the operating system and post the text as text in the question. Put a line that contains only `\`\`\`` before it and another one after it or indent it with 4 spaces to be rendered nicely. – axiac Dec 22 '20 at 13:13
  • 2
    Related to the suggestion of @phd, what happens if you press `q`? Or if you press `Ctrl-C`? (when you run the command without `--no-pager`) – axiac Dec 22 '20 at 13:17
  • Thanks a lot, it seems caused by a malware. This malware is forced to be installed at where I work. It is a network access control software, but it seems more than that. – scaventz Dec 23 '20 at 12:44

1 Answers1

1

Maybe this phenomenon is due to windows, try it under wsl/wsl2

andydy
  • 3
  • 3