-
Notifications
You must be signed in to change notification settings - Fork 14
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
"gh clone student-repos" not showing certain assignments #52
Comments
Hello 👋 I'm sorry you have been having trouble. Does the command work when you manually add the assignment flag? gh classroom clone student-repos -a $id_of_assignment |
Thanks for the reply. I can confirm that the above command clones the assignment, so the issue seems to just be that the assignments are not showing up in the list of options I've also just created a new assignment where I didn't include any deadline using the same starter files and this also had the same issue. ie appeared in the list of assignments but not in the options for Other things that may be relevant: Tested on 3 different Windows 10 machines with same issue. |
@mikesmithlab when you run Are you unable to scroll through all the assignments? |
I didn't notice this issue when I created #71 - the solution was entirely that I had to scroll (with the arrows) through the list... Maybe that hint/message could be added to the interface for clarity. |
@zrdaley : I am having a similar problem; it shows me 10 assignments (from previous years), but not the latest assignment, which is the one I want to clone. There seems to be no way I can extend the list beyond 10 entries. In addition, the command "gh classroom clone student-repos -a $id_of_assignment" gives me an error: ".... HTTP 404: Not Found ..." |
Describe the bug
When I use
gh classroom clone student-repos
not all the assignments in my classroom are visibleSteps to reproduce the behavior
gh classroom clone student-repos
I select the classroom and then want to select the appropriate assignment to clone but can'tExpected vs actual behavior
Other assignments are visible but 2 are not. I would expect all the assignments should be visible when I run
gh classroom clone student-repos
. If I rungh classroom assignments
I can see that the project and class_test_2023 are visible and there is at least one student who has synced properly.The only difference, if it is significant, between these assignments is that when first created project and class_test_2023 had a deadline. I tried editing this deadline to remove it but still can't see in list of assignments on cli. What am I missing?
The text was updated successfully, but these errors were encountered: