Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github functionality broken -- please read. #5

Merged
merged 1 commit into from
Mar 19, 2012

Conversation

isolationism
Copy link
Contributor

Private repository pulls from GitHub broke on me on Friday (or it might have been Thursday); I spent hours trying to figure out what went wrong.

I finally figured out that POST request for authentication to github private repositories is no longer supported at all; you get a helpful 422 error code if you try.

This change alters authentication to use GET instead of POST and I can confirm it works again. All unit tests passing for me.

…no longer supported. Please use GET.' Resolves issue with private files from github failing to download.
jukart added a commit that referenced this pull request Mar 19, 2012
Github functionality broken -- please read.
@jukart jukart merged commit 453556d into lovelysystems:master Mar 19, 2012
@jukart
Copy link
Member

jukart commented Mar 19, 2012

Thanks for the fix.

I was looking after this this morning :)

@isolationism
Copy link
Contributor Author

The pleasure is mine. Thank you for the quick turnaround on the release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants