We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scratch that!
fatal: unable to connect to github.com: github.com[0: 192.30.252.129]: errno=Connection refused Unable to fetch in submodule path 'deps/Rmath'
fatal: unable to connect to github.com: github.com[0: 192.30.252.129]: errno=Connection refused
Unable to fetch in submodule path 'deps/Rmath'
Appears to be an attempt at connecting to a git repo using git:// ... This will fail because my corporate internet blocks git ports ...
Run this in your home directory to get around (and solve all your git:// blocking woes):
git config --global url."https://".insteadOf git://
The text was updated successfully, but these errors were encountered:
Can you please gist the output of brew install -v --HEAD julia, so I can see the full error output? Thanks!
brew install -v --HEAD julia
Sorry, something went wrong.
Please mark as solved for me!!!
Aha! Great, glad it was that easy!
No branches or pull requests
Scratch that!
Appears to be an attempt at connecting to a git repo using git:// ...
This will fail because my corporate internet blocks git ports ...
Run this in your home directory to get around (and solve all your git:// blocking woes):
The text was updated successfully, but these errors were encountered: