Skip to content
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

Open
mikel99 opened this issue Oct 17, 2019 · 5 comments
Open

Difficulty submitting solution #78

mikel99 opened this issue Oct 17, 2019 · 5 comments

Comments

@mikel99
Copy link

mikel99 commented Oct 17, 2019

I'm having difficulty submitting a solution for the robot-simulator exercise. Below is submission attempt and error:

~/exercism/scala/robot-simulator/src/main/scala
❯ ls
Robot.scala          RobotSimulator.scala
~/exercism/scala/robot-simulator/src/main/scala
❯ exercism submit Robot.scala RobotSimulator.scala
Error: not in workspace
@NobbZ NobbZ transferred this issue from exercism/exercism Oct 17, 2019
@NobbZ
Copy link
Member

NobbZ commented Oct 17, 2019

Hello @mikel99!

Could you please tell us the output of exercism workspace?

@mikel99
Copy link
Author

mikel99 commented Oct 17, 2019 via email

@NobbZ
Copy link
Member

NobbZ commented Oct 17, 2019

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 cd $(exercism workspace) to get that effect.

@danieljanderson
Copy link

having the same issue. I tried both e and E and still getting that error.

Error: not in workspace

```exercism submit /Users/danielanderson/Desktop/Software_projects/exercism/teams/daniel-josh/javascript/accumulate/accumulate.js
Error: not in workspace

here is the path to my file.  
/Users/danielanderson/Desktop/Software_projects/exercism/teams/daniel-josh/javascript/accumulate

@NobbZ
Copy link
Member

NobbZ commented Nov 25, 2019

The question is, whats your workspace? exercism workspace tells you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants