Home > Back-end >  Why I am not able to commit any repository in github?
Why I am not able to commit any repository in github?

Time:06-07

I have many private repositories on my GitHub. Until yesterday I was able to commit to any repository on my GitHub. But today, I am trying to change the readme.md file in my repository, I am not able to see the preview and also not able to commit as the commit button is disabled.

Actually, later I saw that I am unable to commit any file in chrome browser only , but I can commit any file in other browser (Microsoft Edge) . And also, I am able to commit from my IDE (MS Visual Studio) . So, My question is that , why I am unable to commit from Chrome only.

Screenshot of Github commit button disabled

CodePudding user response:

Make sure you have modified/updated any contents in the README.md file. If there is no changes in the file, "Commit Changes" but will be disabled.

enter image description here

CodePudding user response:

I found solution for this problem: Problem is occurring due to I Added extension in chrome i.e. ad blocker extension. So, I removed that extension and problem is solved.

  • Related