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

error message for submitting. error not in workspace. #965

Open
darienhz opened this issue Oct 15, 2020 · 6 comments
Open

error message for submitting. error not in workspace. #965

darienhz opened this issue Oct 15, 2020 · 6 comments

Comments

@darienhz
Copy link

I have already checked to make sure that the cli is up to date but I am still not able to submit my work. error message tells me that I am not in workspace.

@kotp
Copy link
Member

kotp commented Oct 15, 2020

What is the command and what is the path that you are invoking the command from?

The workspace can be found by doing:

exercism workspace

When submitting the exercise you should be within that space.

For example, if you are doing the python track, you should be located in that workspace, in ./python/hello-world/ and would submit the exercise file from there:

exercism submit hello_world.py

@kotp
Copy link
Member

kotp commented Oct 15, 2020

I was going to relocate this, but apparently I don't have rights to do so on this repository. This should be moved to https://github.com/exercism/exercism/issues rather than here, as it is not an issue with the tooling.

@darienhz
Copy link
Author

darienhz commented Oct 15, 2020 via email

@kotp
Copy link
Member

kotp commented Oct 15, 2020

If you do cd $(exercism workspace)/ruby/hello-world ; exercism submit hello_world.rb what happens? Also, if you show exercism debug output here we might be able to help you a little better (working half blind here as we can't see what you can see).

@darienhz
Copy link
Author

darienhz commented Oct 15, 2020 via email

@NobbZ
Copy link
Member

NobbZ commented Oct 15, 2020

It has to be cd $(exercism workspace)/ruby/hello-world, @kotp omitted the track by accident.

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