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
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
In lesson_downloader.rb, there's a line of code that says:
fork_repo if lesson.use_student_fork
If you don't have a Github username linked to your learn.co account, this line does not crash; nothing goes wrong, however, nothing is actually forked, because it doesn't know where to fork to.
This should be a fatal error or somewhere upstream should enforce that the Github username is linked if it attempts to fork.
To be clear, to replicate this bug:
Sign up for a learn.co cohort
Do NOT link your Github
Run learn open <some lesson that attempts forking>
The fork code will run without an error
No repo will actually be forked
The text was updated successfully, but these errors were encountered:
In
lesson_downloader.rb
, there's a line of code that says:If you don't have a Github username linked to your learn.co account, this line does not crash; nothing goes wrong, however, nothing is actually forked, because it doesn't know where to fork to.
This should be a fatal error or somewhere upstream should enforce that the Github username is linked if it attempts to fork.
To be clear, to replicate this bug:
learn open <some lesson that attempts forking>
The text was updated successfully, but these errors were encountered: