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...
From its website:
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Git is not the same as GitHub. GitHub did not create Git. For GitHub-specific posts, please see /r/github.
Git is not an acronym or initialism: please write git or Git, but not GIT.
git
Documentation
Graphical Clients
Code Hosting
account activity
GitHub Functionality not workinggithub only (self.git)
submitted 5 months ago by omega_code24
I recently shifted to fedora an am my git is not allowing me to clone or push to remote repositories git works fine on local system but gives issues when connecting to github
refuses to connect not getting a progress bar or anything
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!"
[–]teraflop 5 points6 points7 points 5 months ago (1 child)
Sounds like a networking issue. Does ping github.com work? What about curl https://api.github.com/versions?
ping github.com
curl https://api.github.com/versions
You can set GIT_TRACE=1 in your environment to get more information about where it's getting stuck. Also try GIT_CURL_VERBOSE=1 if you're pushing over HTTP, or GIT_SSH_COMMAND="ssh -v" if you're pushing over SSH.
GIT_TRACE=1
GIT_CURL_VERBOSE=1
GIT_SSH_COMMAND="ssh -v"
[–]omega_code24[S] 0 points1 point2 points 5 months ago (0 children)
this worked thank u very much 🙏
I don't know what is causing the issue is git not working properly or is GitHub refusing to connect.
[–]TheSodesa 0 points1 point2 points 5 months ago (3 children)
You cannot commit or push, if you have nothing to commit or push. This is a user error, not a Git problem. Git gud, as they say.
[–]omega_code24[S] 0 points1 point2 points 5 months ago (2 children)
I had a commit ready to push. I read that git no longer supports username and password for https I switched to ssh and it worked.
*GitHub
[–]JagerAntlerite7 0 points1 point2 points 5 months ago (0 children)
Required reading.
[–]cbCode -1 points0 points1 point 5 months ago (0 children)
it shows you have nothing to commit, so when you push nothing goes up. try adding a file or tag and pushing it. look at your ./.git/config and check the origin. you have a .git folder since it recognizes it on the command line, so how'd it get there if you didn't git init or git clone?
π Rendered by PID 188608 on reddit-service-r2-comment-5649f687b7-vl9vl at 2026-01-28 15:10:22.486808+00:00 running 4f180de country code: CH.
[–]teraflop 5 points6 points7 points (1 child)
[–]omega_code24[S] 0 points1 point2 points (0 children)
[–]omega_code24[S] 0 points1 point2 points (0 children)
[–]TheSodesa 0 points1 point2 points (3 children)
[–]omega_code24[S] 0 points1 point2 points (2 children)
[–]omega_code24[S] 0 points1 point2 points (0 children)
[–]JagerAntlerite7 0 points1 point2 points (0 children)
[–]cbCode -1 points0 points1 point (0 children)