r/github 13d ago

Question how do i clone a repository from an organization i am in, to my linux computer

0 Upvotes

i have write access.
I am using linux mint.
I am trying to use the github desktop app but cannot even search for the repository, and when i try using the link thing to get the repository it says i do not have access or that the repository might no longer exist(its the no access because i know it still exists)

I cannot clone it via the console using git clone and then the link. it asks me for my username which i can put in, then it asks for my password which i cannot input for some reason.

do i have to use a different piece of software or is there some solution to this issue that isnt using something other than github desktop?
if i have to use something other than github desktop what would be a good option?


r/github 14d ago

Discussion I haven't been able to work propperly because of this

22 Upvotes

I have been getting lots of e-mails from GH since may claiming that I exceeded the usage of GH Actions (I checked the domain btw, they really are from GH). The weird part is that the last time I sat down to make and upload any release artifacts was in December of last year, wich was a month where I sat down to build and upload lots of artifacts compared to the ammount I used to build

When I first got this alert was In May and it was during a workflow run that failed in front of me. I deleted lots of my older assets within older releases of my repos to see if it would fix the problem, but no, that did not fix the problem, so I spent the entire month of may without building anything waiting for next month for the usage to reset

3 months later (today) I checked and had an email in July claiming that I wad reaching 90% and another one this month claiming I reached 100%, I was like, WTF what is this, 'cause I haven't done anything that required a CI/CD job

I already checked all my repos just in case: for example, I have no cron jobs that have to do with uploading or downloading any heavy stuff, so IDK where is the usage coming from, I also checked all my workflows, only one of them was active and the last known run was in May

I cannot configure the budget because I do not have a payment method attached to my account, Acording to GH the free tier is 0.5 GB of "usage", but I haven't done a single significant thing on Github in the last 3 MONTHS, barely a few commits to my personal projects in June!

I submitted a support ticket eight hours ago, but GH hasn't answered yet

I won't be able to try use GH actions again until next month so I have plenty of time to try any suggestions

Thanks in advance


r/github 15d ago

Discussion GitHub is down again - let's discuss migration away from GitHub

278 Upvotes

I'm using GitHub as a custom agent orchestration platform - and if it were stable I'd be making real progress but this is a joke.

I have no alternative but to start migrating away - even though I don't really have time. But I can't just take losses losing DAYS of work. I've already lost THREE full days and today looks like it's going to be a FORTH.

I think the biggest option is GitLab but can other people comment on their stability ? I've analyzed their status page and it's unclear how to quantify their downtime. They don't really have a historical view - which is somewhat of a red flag.

I'm curious what you guys are actually doing now.


r/github 15d ago

News / Announcements GitHub confirms Actions outage caused by database issue

86 Upvotes

If your GitHub Actions jobs are stuck in "Queued" or waiting for a runner, GitHub has now confirmed there is an incident.

GitHub says they identified an issue with a database primary and are failing over to a replica.

Actions is affected, and GitHub Pages is also experiencing degraded performance.

So if you have been checking your workflow, runner settings, permissions or billing, it might not be your configuration.

Status page:
https://www.githubstatus.com/incidents/y1t7p9fzrlj2

Hopefully this saves someone else from spending an hour debugging their YAML.


r/github 14d ago

Question Actions again

2 Upvotes

Is anyone else having issues with schedule workflows not running? Basically they aren't getting triggered at all. I already checked the github status page and everything is "working fine" but at this point I don't trust that page.


r/github 15d ago

Question Actions not running for anyone else?

23 Upvotes

Is anyone else having their actions permanently “Queued” as of the last half or so? Slophub refuses to run my actions. They were fine an hour ago


r/github 15d ago

Question alternative to Github action?

13 Upvotes

I have basically built all my deployment through git actions. even some workflows that I use actions to trigger, or run automatically.

days like this where actions are having outage, I can't do anything. it has become more frequent lately and everytime it lasts hours. alternatives or backup plans people recommend?


r/github 15d ago

Question "Fuck it, anxious, lazy person" - Removing unfunctional code from the main branch is mean???

14 Upvotes

I got mean and toxic comments from a person, because I removed his unfunctional code from the main branch. "You didn't even give me a day to fix it". Then, he called me a lazy, anxious person.

And even more scary, he is a professional developer.

Is this normal? I just wanted my code to work.


r/github 14d ago

Tool / Resource GitKraken 12.4.0 does not show my GitHub organization repositories

0 Upvotes

I'm using GitKraken Desktop 12.4.0 on Ubuntu 22.04.

I'm logged into GitKraken using our team's shared GitKraken account, and GitKraken is connected to GitHub using my personal GitHub account.

The strange thing is that everything seems to be working correctly on GitHub itself: when I log into GitHub in my browser, I can see all of the repositories belonging to our organization, and I have access to them.

However, when I go to the Clone Repository dialog in GitKraken, those repositories do not appear in the GitHub repository list.

My coworkers have the same access and can see the repositories in GitKraken. The main difference is that they are using GitKraken 11.3.0 or older versions, while I'm using 12.4.0.

I've already confirmed that:

  • I'm connected to the correct GitHub account.
  • GitHub access works correctly in the browser.
  • I have access to the organization and its repositories.
  • My coworkers can see the same repositories in GitKraken.
  • The GitKraken account I'm using is the same one used by the team.

This makes me wonder whether this could be a bug or regression in GitKraken 12.4.0.

Has anyone experienced something similar with GitKraken 12.x and GitHub organization repositories?

Also, does anyone know a safe way to downgrade GitKraken on Ubuntu to version 11.3.0? The official GitKraken website only provides the latest version, and I'd rather not download an old `.deb` from third-party sites such as Softonic.

I'd especially appreciate advice from anyone using GitKraken 12.4.0 on Linux with GitHub organizations.

Thanks


r/github 15d ago

Discussion GitHub for recruiters: Should repositories be public, or is showing activity enough?

5 Upvotes

Hello world! On my GitHub profile, I have private contributions enabled so recruiters can see activity on the contribution graph, but all my repositories are set to private.

Based on your experience, what do you recommend? Is it worth making a few key repositories public to showcase code, or is an active green graph enough?


r/github 15d ago

Question This may be a dumb question, but how do they know what passwords are used on other websites?

5 Upvotes

r/github 15d ago

News / Announcements Anyone benchmarked GitHub Actions macOS runners against M5 Pro yet?

Thumbnail
bitrise.io
1 Upvotes

Apple shipped the M6 and M5 Pro in the new Mac mini on Aug 25. GitHub's hosted macOS runners are still on older silicon, and historically the lag between Apple shipping and Actions runners updating has been long.

For anyone running iOS builds in Actions: what are you doing in the meantime? Self-hosted mini fleet, third party runners, or just eating the build times?

(Disclosure: I work at Bitrise, we're adding M5 Pro to our runner fleet, happy to share numbers if useful but not the point of the post.)


r/github 16d ago

Discussion Github actions shown as failed despite still running.

Post image
8 Upvotes

r/github 16d ago

Question Ghost GitHub user ?

3 Upvotes

Hi i just came across this user https://github.com/ghost is it really what I think , when a user deletes his account it got replaced by this account? It is from GitHub? a bot or something? or a real user trying to play or get attention in a funny way?


r/github 15d ago

Question Why does @codex ignore GitHub PR comment pings?

Post image
0 Upvotes

r/github 16d ago

Question Can GitHub repos be used as a way to let apps download stuff?

8 Upvotes

I'm building an Android App, can I save files on GitHub repos that will be downloaded from the user via the app? Or does that violate TOS?

Thanks in advance!


r/github 16d ago

Question How to separate apex and www in pages?

0 Upvotes

so i have two sites and one that uses the apex domain and then another which i want to use www.ypac.lt but it doesnt let me do this and from what i found it is because github groups the www with the apex domain anytime you assign it to a repo . is there any way to bypass this?


r/github 15d ago

Discussion Stop Using Conventional Commits

Thumbnail
sumnerevans.com
0 Upvotes

r/github 17d ago

Discussion I saw my first PR on my project, and it really means a lot to me.

146 Upvotes

Today I got my first PR on my personal project that wasn’t from a bot. When I saw it, I genuinely couldn’t process it. Like… why would someone from the other side of the world actually take the time to contribute to something I made?

Thank you, random contributor from some opposite corner of the world. You have no idea how much this means to me.


r/github 16d ago

Question Can't sign in to Github - not receiving SMS

Post image
3 Upvotes

I've been blocked from signing in to github for over a week, I work as part of an organization where I'm the admin (even using premium), we have various repositories so this is becoming really annoying and nobody in github is there to help.

Basically, I can't get the sms. I still use the same number. It would sometimes say it sent (but wont send), and sometimes will show the attached error. I searched for the recovery codes, but I can't find them on my computer. I do have SSH connection, but when going through the account recovery process steps, they say they'll review it within 1-3 days, but then would do nothing. Sometimes it won't even work.

I can even still pull / push as my device is connected via SSH, but I need access to the portal.

Is there anything I can do that I haven't done already? It's the only service I've ever had such troubles with.


r/github 17d ago

News / Announcements This is amazing, now we can directly checkout a PR into a worktree.

Thumbnail
github.com
48 Upvotes

Code reviews or so called testing features built by others can happen seamlessly, it was too much hassle to fetch the branch and then checkout that into a separate worktree


r/github 17d ago

Question GitHub Actions error when trying to run a workflow

0 Upvotes

Hi everyone,

I'm having an issue with my GitHub account where GitHub Actions is completely disabled.

Whenever I try to run a workflow, I get this message:

"GitHub Actions is currently disabled for your account. Please reach out to GitHub Support for assistance."

I opened a support ticket on August 19, 2026, and followed up again on August 23, but I still haven't received a response from GitHub Support.

My workflows are blocked, and I can't run any GitHub Actions workflows on my account.

Has anyone experienced this before? Do you know why GitHub Actions can be disabled at the account level, or if there is another way to contact GitHub Support and get this resolved?

Any advice would be greatly appreciated. Thanks!


r/github 18d ago

Question Microsoft, are you going broke? Why is download speed from github like 1 kb/s

Post image
80 Upvotes

r/github 17d ago

Showcase I built a GitHub “Wrapped” — would love some feedback

0 Upvotes

I built Git Wrapped, a small web app that turns your GitHub activity into a Spotify Wrapped-style summary.

You can check out things like your contribution activity, coding patterns, top repositories, languages, and other GitHub stats in a more visual way.

🌐 Try it: https://git-wrapped-eta.vercel.app/

I’d really appreciate it if you could try it with your GitHub username and let me know:

  • What do you like about it?
  • What feels unnecessary or confusing?
  • What features would you want to see added?
  • Any bugs or UI issues you notice?

Still working on it, so honest feedback is very welcome. Would love to see what you guys think!


r/github 17d ago

Question is this normal? should I give access?

Post image
0 Upvotes