Skip to content

Instantly share code, notes, and snippets.

@heaven00
Created September 15, 2015 09:42
Show Gist options
  • Save heaven00/18e50aab158626e9b4f2 to your computer and use it in GitHub Desktop.
Save heaven00/18e50aab158626e9b4f2 to your computer and use it in GitHub Desktop.
Setting Up Julia
1. Download Julia.exe
2. copy paste the following:
run(`git config --global url."https://".insteadOf git://`)
this is because the git:// causes an error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment