Welcome to Julia. That's not going to work from the Julia prompt because git is not built-in to Julia. You need to use the package manager:
http://docs.julialang.org/en/release-0.4/manual/packages/ or the git command line -- here are some tutorials for the latter: https://try.github.io/levels/1/challenges/1 http://swcarpentry.github.io/git-novice/ On Thu, Oct 8, 2015 at 6:00 PM, halim hamadi <[email protected]> wrote: > I want to install package GR using git > > julia> git clone https://github.com/jheinen/gr > ERROR: syntax: extra token "clone" after end of expression > > > some one who can help me please, > > thank you >
