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

Changing to secure protocol. #7

Closed

Conversation

troelslenda
Copy link

When trying to deploy rdb, it was hanging on cloning the alternator repository.

Cloning manually returned an error.


reload@roedovre:~$ git clone 'http://github.com/dingproject/alternator.git' '/tmp/test'
Initialized empty Git repository in /tmp/test/.git/
error: RPC failed; result=22, HTTP code = 400

It worked with https

reload@roedovre:~$ git clone 'https://github.com/dingproject/alternator.git' '/tmp/test'
Initialized empty Git repository in /tmp/test/.git/
remote: Counting objects: 574, done.

It seems that something was changed on github, though I can't find any documentation.

@kasperg
Copy link

kasperg commented Oct 23, 2013

This is a duplicate of #6.

@kasperg kasperg closed this Oct 23, 2013
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.

2 participants