Hacker News new | ask | show | jobs
by malka 4500 days ago
You could be able to compile it from sources, but fotking could be forbidden for example
1 comments

By GitHub (and Git's) own structure, everything is forkable. It would be very unlike them to prevent forking on one of thier own "special" repos, but in the worst case you could still:

  git clone git@github.com:atom.io/core.git
  git remote add fork git@github.com:grrowl/atom-core.git
  git push -u fork master