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

Implement GitHub SSL check #17

Open
jdfreder opened this issue Oct 22, 2015 · 0 comments
Open

Implement GitHub SSL check #17

jdfreder opened this issue Oct 22, 2015 · 0 comments

Comments

@jdfreder
Copy link
Member

I've added a shell for it, the code just needs to be filled in now.

Background: Some corporate networks block the GitHub git protocol, @SylvainCorlay . The goal of this check is to test to see if the connection is blocked, and if it is blocked, warn the user ahead of time. Suggest to the user git config --global url."https://github".insteadOf git://github or git config --global url."https://".insteadOf git:// ... Or even better, prompt the user and then do it for them if they agree!!!

To prompt, we can use the handy-dandy this.yesNo function in the StepBase.

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

No branches or pull requests

1 participant