-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
Submitting an exercise via command line #967
Comments
You need to replace |
I've already were tried replacing the filename with my path listed in the Apple finder tool. No luck.
Sent from Yahoo Mail on Android
On Thu, Nov 12, 2020 at 5:41 PM, Norbert Melzer<[email protected]> wrote:
You need to replace path/to/file1 with the actual file name, also the squarebrackets do denote optionality of further arguments. while the ellipsis denotes that there can be arbitrary many of them.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I do not know about "Apple finder". Can you please share the exact command you have used as well as the exact error you get? Also please navigate to your exercises folder and run Please copy and paste the output and and put it in code blocks: ```plain
Your pasted output here
``` |
Sent from Yahoo Mail on Android
On Sat, Nov 14, 2020 at 3:45 AM, Norbert Melzer<[email protected]> wrote:
I do not know about "Apple finder". Can you please share the exact command you have used as well as the exact error you get?
Also please navigate to your exercises folder and run pwd there, tell us its output. Additionally we need to see the output of exercism debug.
Please copy and paste the output and and put it in code blocks:
Here are all of the things i tried worth the corresponding outputs:
zali@zali hello-world % pwd
/Users/zali/Exercism/java/hello-world
zali@zali hello-world % exercism submit
Error: requires at least 1 arg(s), only received 0
zali@zali hello-world % exercism submit hello-world
Error:
The file you are trying to submit cannot be found.
/Users/zali/Exercism/java/hello-world/hello-world
zali@zali ~ % exercism submit /Users/zali/Exercism/java/hello-world
Error:
You are submitting a directory, which is not currently supported.
/Users/zali/Exercism/java/hello-world
Please change into the directory and provide the path to the file(s) you wish to submit
exercism submit FILENAME
zali@zali ~ % exercism submit Users/zali/Exercism/java/hello-world
Error:
The file you are trying to submit cannot be found.
/Users/zali/Users/zali/Exercism/java/hello-world
zali@zali hello-world % exercism debug
Troubleshooting Information
===========================
Version
----------------
Current: 3.0.13
Latest: 3.0.13
Operating System
----------------
OS: darwin
Architecture: amd64
Configuration
----------------
Home: /Users/zali
Workspace: /Users/zali/Exercism
Config: /Users/zali/.config/exercism
API key: c25f*****************************90e
API Reachability
----------------
GitHub:
* https://api.github.com
* [connected]
* 50.277437ms
Exercism:
* https://api.exercism.io/v1/ping
* [connected]
* 460.708032ms
If you are having trouble please file a GitHub issue at
https://github.com/exercism/exercism.io/issues and include
this information.
zali@zali hello-world %
```plain
Your pasted output here
```
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
You have to specify files that exist. Default location for the Java hello world exercises solution file is So as your |
What shall i submit,source file or the excutable file? |
You are supposed to submit the sources. If you have problems with submitting, then please show us the command you are using, the exact error you get as well as your current working dir and the output of |
The text was updated successfully, but these errors were encountered: