Thanks for the quick reply. Just after I posted this, I re-read the Pkg.init help, and realized that I had tried to initialize a new package using it, when it actually switches your package library folder to a new location. Running `Pkg.init()` fixed my problems. My dumb mistake for the day I suppose!
Thanks! On Thursday, June 9, 2016 at 11:41:02 PM UTC-8, Andreas Lobinger wrote: > > Hello colleague, > > i ran (twice) into a problem that looked similar by the symtoms. In both > cases the git configuration of METADATA were corrupted and in the recent > case the remote setting was somehow routed to the Package name. -> Look in > .julia/v0.4/METADATA/.git/config. If you see your Package name showing up, > correct it (in my case i just copied the correct githup URL). > > If not, post your git config -l here. > >
