Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

We could not figure out state of the Comparison Graph

Tags:

git

github

I make commit every day (it is my GitHub challenge), but yesterday I forgot to commit.. so I changed date on yesterday, made commit and tried to sync.. at that moment my computer crashed and reloaded with error about lost memory.

Now I can't make commit and have error like on the screen. I have only one branch.. how can I solve it?

enter image description here

enter image description here

like image 286
Dima Kozyr Avatar asked Feb 17 '16 22:02

Dima Kozyr


1 Answers

Try and reset everything by:

  • removing that repo from your list of repo managed by GitHub Desktop
  • cloning the repo again (in a new path to avoid any cache effect)
  • add that repo to your repos in GitHub Desktop
  • replicate your change in that new local cloned repo and push.
like image 133
VonC Avatar answered Sep 28 '22 14:09

VonC