Live data from Hacker News

Free private Github repos for students and edu people

github.com

121–130 of 168 posts

Re: Free private Github repos for students and edu people

#121

Earlier quoted context omitted.

This a really cool idea, and great for getting students started without the stress of making code public. Kudos to Github. Does GitHub offer any similar benefits to non-profits or other types of organizations?

We offer free Bronze Organization plans to nonprofits with proof of status. https://github.com/nonprofit

Is there any opportunity for non-US non-profit associations? That "501(c)(3) status" seems blocking.

Re: Free private Github repos for students and edu people

#122

Earlier quoted context omitted.

As far as I'm concerned, one of the best features of git is how easy it is to create new repos. Setting up a new repo for a new weekend side project, or splitting out a large codebase that's gotten unwieldy into a few separate repos, should be a no-brainer. BitBucket lets me have as many private repos as I want, since they make their money when you want to add collaborators; GitHub's payment structure forces me to co…

Honestly this has never been a problem for me. How many private repos do you really need? It can't cost that much per month. The things most people are working on just aren't that important. Or better yet, they _benefit_ from being public.

Seriously? I have 20 different Git repos for various things that either can't or simply don't make sense to be public. Sure, GitHub's great and I have a paid account with them (not even the minimum), but I certainly have to rely on BitBucket as well.

Re: Free private Github repos for students and edu people

#123
post #116
post #74

Just out of curiosity, what happened to SourceForge? They were essentially the GitHub of the dotcom boom, and pretty awesome at the time, but really seem to have fallen off.

They're still around and active, just not in the spotlight as much. They're mostly used as a distributing system now. They're worth consideration if your projects host and distribute large binary files in addition to source archives.

That's exactly why we use SourceForge for Ubertooth, it gives us a good way to host released versions and some binary firmware images.

I mirror Ubertooth to Github because I was tired of having to answer the question "what's the Github URL?" from people wishing to browse the code.

Re: Free private Github repos for students and edu people

#124
post #47

I tried to get one a few months ago. Still haven't heard from them. :(

I got mine more than a year ago in less than 30 mins. I was pretty surprised, since my student email address hostname uses a country-specific tld instead of .edu.

Same here (.nl). I guess GitHub has a list of approved domain names for this? Makes sense as .edu seems to be used in the US mostly. In that case it might take a while if you're the first student from your university to register.

Re: Free private Github repos for students and edu people

#125

Earlier quoted context omitted.

Bitbucket has offered unlimited free private repositories for years, why should students go through the trouble of using github?

THIS. Bitbucket is free for personal use. Unlimited private repos. Edu accounts have unlimited collaborators... FOREVER. and they're super responsive to support requests, support importing code from more sources, and support mercurial and git both. Also the ticket trackers let you attach arbitrary files, not just those animated gifs :)

Also, BitBucket supports Mercurial, which is used by some major academic projects (for example, the Jikes Research Virtual Machine). I also personally prefer Metcurial, so having the choice is great.

Re: Free private Github repos for students and edu people

#126

Earlier quoted context omitted.

But only 5 collaborators which isn't good when you have a class of 30-60!

Not true for academic licenses/accounts. "These licences [academic] allow students and teachers to collaborate with an unlimited number of programmers" [1] https://confluence.atlassian.com/pages/viewpage.action?pageI...

I see, that's pretty sweet

Re: Free private Github repos for students and edu people

#127
post #87

I don't understand the fascination with github. Bitbucket gives you unlimited private repos for free, no special requirements. It has wikis, issue tracking, and contributors.

I like to think of Github as Facebook, Bitbucket as Google+. I use Bitbucket all the time (and love it), but it doesn't have the social network for whatever reason.

Agreed. I also think that Mercurial is really great, and I'd recommend that anyone who has only used Git spend some time working with Mercurial instead.

It seems to me that Git has won the popularity war,and GitHub has benefitted from that. GH has also focused on the social networking side more.

As an academic, I'd recommend BitBucket, and pretty much every academic I know prefers it to GitHub due to the free academic accounts.

To students preparing for graduation, I'd recommend getting a portfolio together on GitHub, but also spending time on Mercurial - it is much nicer in some ways, and variety is good for the soul.

Re: Free private Github repos for students and edu people

#128

Bitbucket offers free private repos to everyone as well. And there's no need to fill out a special form. That's what I've been using for school projects.

If you add your student Email address to the account they'll give you unlimited collaborators too if you ever need that.

Re: Free private Github repos for students and edu people

#129

I work at GitHub on all things related to education. I got a note that this was on HN, so I thought I'd drop by and offer to answer questions and provide some additional details. Details on the discount: * We're happy to provide students with GitHub Micro (5 private repositories) accounts for free. So long as you're a student, you're eligible. You can use the private repositories for anything you want. * We offer org…

My school doesn't have a .edu domain, can I still apply? with the school email address? ( .net )

I had a .ch address. Got verified in 10 minutes.
Post reply on HN