-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Difficulty submitting solution #78
Comments
Hello @mikel99! Could you please tell us the output of |
Hi,
I tried it again today, this time using a capital E for exercism and it worked:
~/Exercism/scala/robot-simulator/src/main/scala
❯ Exercism submit Robot.scala RobotSimulator.scala
Your solution has been submitted successfully.
View it at:
https://exercism.io/my/solutions/c71b554397b843cca60a6c9305ff16f1 <https://exercism.io/my/solutions/c71b554397b843cca60a6c9305ff16f1>
Thanks for your time,
Mike
… On 17 Oct 2019, at 5:31 pm, Norbert Melzer ***@***.***> wrote:
Hello @mikel99 <https://github.com/mikel99>!
Could you please tell us the output of exercism workspace?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#78?email_source=notifications&email_token=AA4HOI6F464M2CNOD5ERSF3QPAWIVA5CNFSM4JBWZNEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBPOTFA#issuecomment-543091092>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA4HOI737EPS6WIQG7YTJS3QPAWIVANCNFSM4JBWZNEA>.
|
So you are obviously on macOS. It is a known issue, that the CLI is case sensitive while the underlying filesystem is not. Windows has pretty much the same problem. Currently there is no workaround available, but to use exactly the path that is configured. On macOS you can use |
having the same issue. I tried both e and E and still getting that error.
|
The question is, whats your workspace? |
I'm having difficulty submitting a solution for the robot-simulator exercise. Below is submission attempt and error:
The text was updated successfully, but these errors were encountered: