You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, a tool may have set a different remote in its config. In which case check50 will hang for some time, until finally wrongly redirecting to submit.cs50.io.
We discussed this last Summer, but didn't get to implement it it seems. If I remember correctly we settled on redirecting the student immediately to the remote if it was set to something different than submit.cs50.io (rather than ping and wait for results).
The text was updated successfully, but these errors were encountered:
In its remote (not local) operation check50 uses
lib50.push
to push to GitHub:check50/check50/__main__.py
Lines 350 to 353 in 5a90acd
Then starts to ping
submit.cs50.io
(hardcoded) for results.check50/check50/__main__.py
Lines 184 to 192 in 5a90acd
However, a tool may have set a different
remote
in its config. In which case check50 will hang for some time, until finally wrongly redirecting to submit.cs50.io.We discussed this last Summer, but didn't get to implement it it seems. If I remember correctly we settled on redirecting the student immediately to the remote if it was set to something different than submit.cs50.io (rather than ping and wait for results).
The text was updated successfully, but these errors were encountered: