clockfort / GitHub-Backup

Backup all the repositories of a github user or organization automatically.
Creative Commons Zero v1.0 Universal
359 stars 103 forks source link

GitHub debugging #33

Closed crass closed 5 years ago

crass commented 5 years ago

Not sure why this shows as having two commits. I think github bug. This adds PyGithub request debugging, when debug is turned on.

crass commented 5 years ago

Closing for now. Reopen if we want #34 broken up into pieces.

stv0g commented 5 years ago

Thats really strange... Somehow, you based all your changes against a strange commit..

image

They should be based on b899c46ff6f6f2ec6392deedcaa4e93f44acc175 . However you have a different version of that commit: 01ec1fbf0b5c8c3c41a75e81ecd5644cd944d803 which is identical (git diff shows no differences...)

I guess its more likely to be a git bug than a GitHub problem... Maybe some strange encoding / whitespace thingy..

If the commits are really equal, they should have the same commit hash...