Adding a remote to our Git repo does not mean that we automagically have all the contents of the remote. First, we need to fetch the contents.
Before fetching the data itself, let's take a look at the new empty repo's .git/objects directory with find.
find .git/objects
It should be eerily empty with only 3 entries because we haven't fetched anything yet.
Run and submit the CLI tests from the root of the webflyx-local directory.