What really sets GitHub apart, is not that it uses Git, but how elegantly it pulls everything together (source control, new API discovery, networking, site hosting) around a set of core social networking ideas.
So, do you think it is possible to create something similar, but with the support for some other version control system, like mercurial? Or even a centralized one like svn?
Could it even be github to offer this, despite the name?
There is a hg plugin which allows lossless communication between git and hg [1]. So in a way github already exists for mercurial, and since it already exists there is no question as to whether or not it is possible to do.
I've been experimenting with bzr-git, pushing my bazaar branches to github... so far, so good (though I've not really done any 'social' stuff yet or been branching other peoples work).
When I moved to Portland, OR I was amazed with how social the tech community is here. Informal coding gatherings spring up regularly throughout the city, and there are two reliable "pdx hackathon" nights you can show up and hack on interesting projects with interesting people.
GitHub is closed in the sense that you can't access most of its source code but it's not really a problem since Git is decentralised. When you clone a repository from GitHub, you have everything you need to host that repository somewhere else. GitHub doesn't take any power away from the project - it only provides tools to easily manage your project.
I'm not sure that status of downloading a project's issues or wiki but I remember they were working on making them clonable.
I think the value of the community generally outweighs any concerns about them not releasing the source for it.
That said, I would love an open-source equivalent of Github. It would be fantastic for projects to be able to create an equivalent for members of their project and authors of the plugins, skins and other add-ons that surround it.
I've been using GitHub since 08 and I still think it's refreshing to continually run into developers that have recently discovered the distributed (hell, rejuvenated!) approach to collaborative software development.
2000, rather. Source Forge was really social at some point; I used to routinely browse the "help wanted" sections and found a few interesting projects to contribute to that way.
I also like Savannah because I am a closet GNU-cultist :-)