-
Notifications
You must be signed in to change notification settings - Fork 272
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
Uploading throws an error #248
Comments
I'm having some trouble replicating this issue for myself: /Projects/foo/ λ check50 liv-ac-uk/COMP108/2020-21/A1
Connecting.....
Authenticating....
GitHub username: Jelleas
GitHub password:
Verifying............
Preparing.....
Uploading.............
Waiting for results..................................
Results for liv-ac-uk/comp108/2020-21/A1 generated by check50 v3.1.2
:( Attempt exists
COMP108A1Paging.java not found From the stack trace you shared, it looks to be a git commit that is failing somehow:
But for reasons unknown! Could you try running |
Here is the output for
I've noticed your check50 output says |
@YalesRios I think the reason this is failing is because you have a branch in your me50/YalesRios repo called I've gone ahead and renamed the branch for you to @Jelleas thoughts on how to address this better? Maybe a better error message and offer to rename? Would that break anything? |
@kzidane agree, we can do better here. Would just need to check for a prefix-branch, and warn and exit. Anyway, this would live in lib50, so let me just open up an issue there and link this :) |
Hey guys, I couldn't get the Caesar problem from set02 - Intro to CS to verify. Whenever I tried to test it remotely, it was giving me an error. Checked the check50 manual and found out you can install it locally and test it that way by adding the --local flag after check50. It worked for me and I submitted it. Seems like a good workaround. |
When using the command
check50 liv-ac-uk/COMP108/2020-21/A1
check50 outputs the following:
However, that does not happen when using the --local flag, like so:
check50 --local liv-ac-uk/COMP108/2020-21/A1
In that case the check proceeds as normal.
This problem is present when using CS50 IDE terminal and also my own system.
The text was updated successfully, but these errors were encountered: