As of a couple of hours ago, Android Studio no longer lets me commit my changes. When the Commit dialog pops up, it shows the files that have changed and lets me enter a commit message. However, when i click Commit (or Commit and Push), the progress dialog comes up, goes to about 10% - 20% and then just disappears without actually committing anything. If i try again (without restarting the IDE first), nothing seems to happen at all when i click Commit/Commit and Push.
Sadly, Google searches have so far not been very helpful to me, so if any of you could help me out, i would really appreciate it.
I have heard, however, that git might sometimes clash with Windows on changing the capitalization of file names. I do remember renaming my Utilities
package to utilities
and Adapters
package to adapters
. Could this be causing my problem and if so, how can i fix this?
Thanks in advance.