Home > English, Ruby, Software > What to do when GitHub goes bad

What to do when GitHub goes bad

July 28th, 2008

What to do when GitHub goes bad?

This was originally posted on github, I save a backup here just in case. :)

  • Git build-in server

git daemon –base-path=/Users/libinpan/clone-from-github –export-all

git clone git://127.0.0.1/rails…

Note: The default port git uses is 9418. Make sure that your firewall is set up to handle this.

  • GitWeb

git instaweb –httpd=webrick

  • Deploy with Capistrano

set :repository, “git://127.0.0.1/rails-app”

Zemanta Pixie
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • Reddit
  • StumbleUpon
  • TwitThis

English, Ruby, Software , , ,

  1. No comments yet.
  1. No trackbacks yet.