Github public key authentication rejected

So you just added another public key to your github account so you can deploy your app on your new server. You jump down into a folder you want to put it into (/var/rails) in my case. You notice you need to add sudo to the front so that git can create the folder it [...]

Posted on June 2, 2009 at 12:41 pm by Jordan Carter · Permalink · Leave a comment
In: Server Config · Tagged with: ,

Add Github to your Gem Sources

If you tried installing a gem from github and got ERROR: could not find gem <gemname> locally or in a repository Then you need to do the following gem sources -a http://gems.github.com That should set you up for all GitHubs glory.

Posted on May 19, 2009 at 9:47 am by Jordan Carter · Permalink · Leave a comment
In: Web Development · Tagged with: 

Git – GitHub – Using Git

So we have finally made the move to Git.  Albeit slowly. git add . Add files to git

Posted on May 18, 2009 at 10:34 pm by Jordan Carter · Permalink · Leave a comment
In: Web Development · Tagged with: ,