Open rlalik opened 3 months ago
Thanks for opening this issue, rlalik. I'm also experiencing the same issues for Github Classroom.
same here, same error message ...Easy to reproduce, just clone a repo or an assignment and try to pull :
gh classroom clone student-repos
gh classroom pull student-repos
Ditto. I'm having the same issue.
Describe the bug
I cannot pull updates in students assignment using
gh classroom pull student-repos -a ...
command. It says:however, there are no diverging changes. It also does not work when there are no updates, as shown here:
Steps to reproduce the behavior
gh classroom clone ...
.Expected vs actual behaviour
I would expect all repositories to be updated. Now I need to update them manually, which works ok (no diverging changes).
Logs
Paste the activity from your command line. Redact if needed.
The command was executed in the same directory where
gh classroom clone student-repos --all
was executed before.