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
The example demonstrated in this repo with the submodule organization is incompatible with the build commands for the phase. Introducing submodules into the project create complexities in the cloning process that are not accounted for in the standard grading procedure.
The course example and the instructions need to be reconciled to be compatible with each other; alternatively, the instructions should be make more clear that the grader will load submodules as necessary.
One potential solution is to just copy the file into the project without dealing with the complexities of submodules.
Discussion
Specifically, in the Phase 2 Submission instructions-,Submission%3A%20Git,-You%E2%80%99ll%20submit%20your), the following command sequence is given:
The first command git clone will not download content of the submodules properly (it only creates an empty directory). In the documentation, there is a --recurse-submodules flag that should do the trick. When I tried the command, I got an error potentially related to public key permissions?
Screenshots
Simply cloning the project results in no content for the required subdirectories.
Recursively cloning the project runs into a permission issue when loading the submodule.
The text was updated successfully, but these errors were encountered:
Overview
The example demonstrated in this repo with the submodule organization is incompatible with the build commands for the phase. Introducing submodules into the project create complexities in the cloning process that are not accounted for in the standard grading procedure.
The course example and the instructions need to be reconciled to be compatible with each other; alternatively, the instructions should be make more clear that the grader will load submodules as necessary.
One potential solution is to just copy the file into the project without dealing with the complexities of submodules.
Discussion
Specifically, in the Phase 2 Submission instructions-,Submission%3A%20Git,-You%E2%80%99ll%20submit%20your), the following command sequence is given:
The first command
git clone
will not download content of the submodules properly (it only creates an empty directory). In the documentation, there is a--recurse-submodules
flag that should do the trick. When I tried the command, I got an error potentially related to public key permissions?Screenshots
The text was updated successfully, but these errors were encountered: