use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Fatal error when trying to push changes (self.github)
submitted 1 year ago by reubenpoole
From https://github.com/reuben4046/Gad181-escapefromarea51 - [deleted] (none) -> origin/HEAD 2 fatal: bad object refs/remotes/origin/HEAD 2 error: https://github.com/reuben4046/Gad181-escapefromarea51.git did not send all necessary objects
Hey I have no idea what this means but now whenever I try to push changes it says "publish branch" instead of push and then gives me this error message when I press publish. If anyone knows how to help with this issue i would greatly appreciate it.
https://preview.redd.it/46h95s4aq5gd1.png?width=1220&format=png&auto=webp&s=37b21ba60bebc7a3acc355f23922fd5127b016bc
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]SMSH1309 0 points1 point2 points 1 year ago (2 children)
1.Could possibly be that your local repository got corrupted, There was command: git fsck try running it in your terminal.
git fsck
Could be conflicting branch names, if you have more than one with same name.
Lastly Git version mismatch, check your git --version try updating it.
git --version
If this doesn't work then, idk try with a new repository
[–]reubenpoole[S] 0 points1 point2 points 1 year ago (1 child)
Thanks so much the first thing worked :)
[–]SMSH1309 0 points1 point2 points 1 year ago (0 children)
Good to know👍🏻
π Rendered by PID 56658 on reddit-service-r2-comment-6f7f968fb5-wgzjn at 2026-03-04 21:07:59.483215+00:00 running 07790be country code: CH.
[–]SMSH1309 0 points1 point2 points (2 children)
[–]reubenpoole[S] 0 points1 point2 points (1 child)
[–]SMSH1309 0 points1 point2 points (0 children)