After upgrading to the new version of exercism, I found I had to reconfigure a few things:
My cli token was not configured so i ran this in terminal:
$ exercism configure -t (found in settings)
then when I tried to submit an exercise, it said i wasn't in workspace so I reconfigured that as well:
$ exercism configure -w ./exercism
was able to submit exercises after doing these steps. Hopes this help fix the problem.
-Ben
After upgrading to the new version of exercism, I found I had to reconfigure a few things:
My cli token was not configured so i ran this in terminal:
$ exercism configure -t (found in settings)
then when I tried to submit an exercise, it said i wasn't in workspace so I reconfigured that as well:
$ exercism configure -w ./exercism
was able to submit exercises after doing these steps. Hopes this help fix the problem.
-Ben