Earlier quoted context omitted.
I'm probably out of the loop, but are people really scrambling to migrate away from GitHub? Why? Any reason other than irrational MS hatred?
Rational MS hatred?
Giteabot account was compromised
31–40 of 66 posts
Re: Giteabot account was compromised
#32Anyone have the known bad .exe.exe? I'd like to take a shot at analysis on it.
https://github.com/go-gitea/gitea/issues/4167#issuecomment-3...
Re: Giteabot account was compromised
#33Earlier quoted context omitted.
Gitea isn't meant to replace Github... it's meant to be a self-hosted alternative to it. That's subtly different. I use it for as my local git server on Debian 9. Binary is in the /home/me/gitea directory. Run the usual gitea setup, then copy this to /home/me/.config/systemd/user/gitea.service: [Unit] Description=Gitea (Git with a cup of tea) After=syslog.target After=network.target [Service] RestartSec=2s Type=simpl…
> Then visit localhost:3000 and add it to your remotes (git remote add local ...) and you can push your changes to your own gitea instance. Why would you want to run a git server on your personal computer?
Re: Giteabot account was compromised
#34Has anyone taken a look at the binaries themselves to see what they do and how they differ from the official releases?
Re: Giteabot account was compromised
#35Was thinking to install Gitea earlier and saw this on hackernews, is it safe to install using binary yet?
Re: Giteabot account was compromised
#36Earlier quoted context omitted.
I'm probably out of the loop, but are people really scrambling to migrate away from GitHub? Why? Any reason other than irrational MS hatred?
In the grand scheme of things likely not, it's just a vocal minority that can dominate the perspective on social media and places like Reddit, talking about exodus and betrayal and who knows what. Sadly, it works...and it twists the narrative. The reports from Gitlab that they've had a significant uptick in signups can't be ignored though. Probably people in search of a new underdog since Atlassian and Bitbucket are…
Re: Giteabot account was compromised
#37Re: Giteabot account was compromised
#38Earlier quoted context omitted.
The creator of the GitHub issue said the binary contains a cryptocurrency miner.
Where does he say that?
> Most of go-gitea organization repositories new release&tag was created with name 0 and added install.exe binary (13KB in size) to that release that was malicious (from our analysis contained crypto currency miner)
Re: Giteabot account was compromised
#39Earlier quoted context omitted.
> Then visit localhost:3000 and add it to your remotes (git remote add local ...) and you can push your changes to your own gitea instance. Why would you want to run a git server on your personal computer?
If you have ssh enabled with an accessible git repo; you already do!
Re: Giteabot account was compromised
#40Anyone have the known bad .exe.exe? I'd like to take a shot at analysis on it.
dabbler's HN comment a few below yours has a link to them. https://github.com/go-gitea/gitea/issues/4167#issuecomment-3...