MasonProtter / Symbolics.jl

A symbolic math library written in Julia modelled off scmutils
MIT License
108 stars 15 forks source link

Change to http add syntax #18

Closed dlfivefifty closed 5 years ago

dlfivefifty commented 5 years ago

This avoids the following:

(v1.1) pkg> add git@github.com:MasonProtter/Symbolics.jl.git
   Cloning git-repo `git@github.com:MasonProtter/Symbolics.jl.git`
ERROR: failed to clone from git@github.com:MasonProtter/Symbolics.jl.git, error: GitError(Code:ERROR, Class:Net, unsupported URL protocol)
MasonProtter commented 5 years ago

Thank you!