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

Use https rather than git protocol to both install and embed tooling. #61

Merged
merged 1 commit into from
Oct 12, 2016

Conversation

matthewwardrop
Copy link
Collaborator

Currently we have been using the ssh protocol to both install and setup the embedded tooling for knowledge_repo, which was required during the closed beta; but is now causing difficulties for people who have not set up public key authentication with Github. This patch solves this by using the https protocol.

Closes #57 .

@earthmancash
Copy link
Collaborator

Tried pip install --upgrade "git+https://github.com/airbnb/knowledge-repo.git@stable#egg=knowledge_repo[ipynb]" --upgrade and it runs through. LGTM

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.

Git checkout requires public key be configured with Github
2 participants