Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are the git log files? ie error log, output log etc

When opening the commit window in intellij, intellij calls some git command and gets stuck saying "Performing VCS Refresh...". In order to debug the problem I'd like to see the git log. Searching on google for terms like "git log" clearly points to the wrong thing.

Any ideas where the git error log is located?

like image 573
Danish Khan Avatar asked Oct 16 '25 15:10

Danish Khan


1 Answers

git doesn't log anything: It reports all messages to stdout and stderr. If there are any specific logs about what's going on, they'd probably be in the IntelliJ Event Log. That being said, have you tried running a git fetch --all or anything similar manually? Getting IntelliJ out of the way might make the underlying issue clearer.

like image 107
Guildencrantz Avatar answered Oct 18 '25 08:10

Guildencrantz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!