You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to submit my iteration for Lucians Luscious Lasagna using the command line command (Exercism submit Lucians-Luscious-Lasagna ) but I keep getting this error .
I tried changing into the directory where exercism is installed (this is the guide I used to install exercism ) and also tried to cd into C:\Exercism but in both cases, I got this error.
In addition, when I copied my code from my IDE into the browser editor and ran the test, I got this error. .
I think there is a bug somewhere.
But I also realised my code is now on the editor, maybe when I tried testing on the browser editor.
How can I resolve this issue and test my code? It also doesn't allow me to view community solutions.
The text was updated successfully, but these errors were encountered:
The problem is that exercism submit takes the filename you want to submit, not its name. So in this case, you should run exercism submit LuciansLusciousLasagna.cs. Could you try that?
Good day,
I have been trying to submit my iteration for Lucians Luscious Lasagna using the command line command (
Exercism submit Lucians-Luscious-Lasagna
) but I keep getting this error.
I tried changing into the directory where exercism is installed (this is the guide I used to install exercism ) and also tried to cd into C:\Exercism but in both cases, I got this error.
In addition, when I copied my code from my IDE into the browser editor and ran the test, I got this error. .
I think there is a bug somewhere.
But I also realised my code is now on the editor, maybe when I tried testing on the browser editor.
How can I resolve this issue and test my code? It also doesn't allow me to view community solutions.
The text was updated successfully, but these errors were encountered: