[Github] Error creating pull request: Not Allowed (HTTP 405)

Tadashi Shigeoka ·  Tue, November 5, 2013

An error occurred when trying to send a pull request to GitHub using the hub command.

GitHub
% hub pull-request
Error creating pull request: Not Allowed (HTTP 405)

It seems some incorrect SSL certificate-related information was lingering, so I deleted known_hosts and tried again, and was able to create the pull request successfully.

% rm ~/.ssh/known_hosts

That’s all from the Gemba.