Hello colleague, On Thursday, April 14, 2016 at 2:34:28 PM UTC+2, lawrence dworsky wrote: > > I don't seem to be able to get any of this to work. Both Pkg.add entries > return > > > fatal: your current branch 'master' does not have any commits yet > ... > ... > in add at pkg.jl:23 > > > I have no idea what this means. My installation of Julia is brand new so I > don't think it's messed up. >
As the installation is brandnew, maybe something was not fully installed... a) what is the output of Pkg.status()? b) do other Pkg.add("Pkgname") work?