Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github Desktop always shows 'No content changes found'

Environment

  • Operating system: Windows
  • git version: 2.29.2
  • Github Desktop version: 2.6.3

Description

I am working on my repository using vscode, and I can see the diff of my changes on vscode. After committing my changes, when I go to Github Desktop, I can see all my previous commits but whenever I click on one of them, I see No content changes found. This problem appeared only a few days ago, so I guess this is a bug in Github Desktop.

Any ideas on how to fix this ?

like image 356
Sopsop Avatar asked Nov 05 '25 14:11

Sopsop


1 Answers

I got this when I changed folder permission using chmod command

after disable checking filemode on git solved the issue

git config core.filemode false
like image 128
lahiru dilshan Avatar answered Nov 07 '25 11:11

lahiru dilshan