Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GitHub: Failed to load latest commit information

Tags:

git

github

I am actually new to GitHub and don't know much of its functionality. So my problem may be very fundamental. I googled, and searched in stack-overflow too. But did not find any solution.

Recently, I forked Linux to simply serve my curiosity. But the process was taking too much time to finish. So I pressed the "refresh" button and the process stopped. The project did appear but with a warning:

Failed to load latest commit information.

I asked for "new pull request" but this message was shown:

There isn't anything to compare.

Now, I don't understand why it happened, and if it will have any effect on the forked project. Is there any way to fix this?


EDIT-1: I forked the repository again later, & waited for the process to finish. But the result did not change.


EDIT-2: Yesterday I forked that repository again, but from my friend's account (of course with his permission). Alas! same result!

like image 891
Minhas Kamal Avatar asked Dec 08 '15 05:12

Minhas Kamal


1 Answers

Forking such a large project might take quite a bit of time.
Interrupting it before completion would mean that HEAD might not have been set.

Try and delete that repo (created in your account), and fork again, this time leaving the fork process running as long as it will need.

Regarding creating a pull request, you do that from a new branch that you have created and pushed to your fork. See "couple of tips for PR".


Since the issue persists, as I commented, it might be a GitHub server issue.
Meaning only GitHub support can have a look at that problem.

like image 65
VonC Avatar answered Sep 16 '22 16:09

VonC