Getting an error like this when you push to Heroku?electricsheep:herokuapp look$ git push heroku master
Received disconnect from 75.101.163.44: 2: Too many authentication failures for git
fatal: The remote end hung up unexpectedlyIf ...
Read more »
Posts Tagged ‘ git ’
Fixing the Heroku “Too many authentication failures for git” problem
Double Shot #572
There is no apparent end of code that needs to be written.wysihat-engine-demo – Quick way to see the wysihat editing control in action.
RailsBridge Bugmash VM Script – Script to build your own server to test the Rails source code from zero.
bigrecord – ActiveRecord replacement to use distributed stores like HBase.
Heroku Add-ons – Solr, New...
Read more »
Double Shot #567
It’s interesting working with clients who are passionate about URL structure.Introducing BERT and BERT-RPC – GitHub’s new binary data serialization and RPC protocol. They may have invented the ruby of RPC.
Devise: flexible authentication solution for Rails – Built on top of Warden. I’m not personally sold on pushing authentication down into Rack, but if...
Read more »
Double Shot #561
Tools of the Trade – A few more folks have posted their own lists of what they use to develop software. Lots of good stuff lurking here:Elad Meidar
David Bolton
Jeff SchoolcraftAnd a few other odds and ends:Gerrit – Google project to provide Web-based code review and project management for git-based projects. Interesting but too enterprisey...
Read more »
Double Shot #555
These significant numbers always tickle me.Django for Rails devs – Another attempt at an even-handed comparison from someone who has used both.
Rails Tricks, part 1: Searchlogic – Some nice advanced usage here.
Install any HTML theme/template into your Rails app – Dr. Nic goes public about the install_theme project.
Codaset Opens up its Beta to Everyone....
Read more »
Double Shot #544
I’ve had better mornings.Quicksilver Beta – Seems to work fine with Snow Leopard, though the web site is a mess.
Flexible Continuous Testing – watchr is meant to replace autotest, adding more configurability.
Using p4merge with Git – Just what the title says.
friendly_id – Another take on a slug/permalink generator.
jQuery Tools version 1.1.1 – Lots of...
Read more »
Push to Multiple Git Repos
If you’ve got a project with multiple git remotes, and you’d like to update both of them with a single operation, there’s an easy way to do it. Just edit your .git/config file to include a new target named “all”:url = git@github.com:ffmike/BigOldRailsTemplate.git
fetch = +refs/heads/*:refs/remotes/origin/*remote = origin
...
Read more »
Double Shot #538
This would be a good day to ship some code, wouldn’t it?Testing with IE6, IE7 and IE8 on VirtualBox – If you must pollute your dev box with IE images here’s one way to do it.
gold – Workflow script for git with a notion of review.
AutomateIt – Another alternative for ruby-based server configuration.
CodePlex Foundation...
Read more »
Double Shot #532
Life goes on after Snow Leopard.Dear Github – I’m seeing more rumblings of discontent with GitHub lately. As a paying customer myself, I certainly hope their plans to fix
things come to fruition relatively quickly.
Codaset – And these guys look like a potential GitHub competitor, now in closed beta.
FireCrystal – Firefox extension that provides a...
Read more »
Oh My Zsh gets theme support

I just pushed a small change to Oh My Zsh, which gives it rudimentary support for themes. What I’m hoping to do is collect prompts from tons of people and make it simple for others to find a PROMPT that works well for them.As of right now, there are only three for you to...
Read more »