We could not determine the status of the comparison graph.

I commit every day (this is my GitHub call), but yesterday I forgot to commit .. so I changed the date yesterday, made a commit and tried to synchronize .. at this moment my computer crashed and rebooted with an error, lost memory.

Now I can’t commit and have an error like on the screen. I have only one branch. How can I solve it?

enter image description here

enter image description here

+4
source share
1 answer

Try and reset everything:

  • removing this repo from your repository list managed by GitHub Desktop
  • re-cloning the repo (in a new way to avoid the cache effect)
  • add this repo to your repositories in the GitHub desktop
  • .
+5

Source: https://habr.com/ru/post/1629269/


All Articles