Justin Gordon

Results 444 comments of Justin Gordon

Thanks for the advice. When I run `ssh -v [email protected]`, I get this: `debug1: Authentication succeeded (publickey). Authenticated to heroku.com ([50.19.85.154]:22).` So I can't really blame heroku, as the basic...

@kmayer What does that imply for my .git/config file or my heroku.yml files? ``` [heroku] account = my_client [remote "heroku-production"] url = [email protected]_client:my_client.git fetch = +refs/heads/*:refs/remotes/heroku-prod/* [remote "heroku-staging"] url =...

If you can point me to the place, I can put together a pull request.

@kmayer @Jaco-Pretorius, I tried the approach of @dontfidget, as well as copy, pasting from my .git/config file. None of them work. I still get the error: ``` body: "{\"id\":\"forbidden\",\"error\":\"You do...

@kmayer @Jaco-Pretorius Any updates on this issue? I'd like to recommend this gem to a few projects.

@hiattp Having an error on a deployment and "don't worry about it" would be a tough sell to team members.

Any new work on this issue? I just ran into this today where I forgot to git fetch first. Something like this could really confuse a newbie.

I can confirm that cancancan just resolved that issue for me with rspec 3.

Has anybody made any progress on this one? I'd love to be able to see a hack that I could put in my .pryrc to provide a command that gives...