Can no longer submit with connected repo

Hi! So I recently migrated to a new OS and cloned the repo connected to my redis challenge locally from Github. However, pushing to this repo no longer seems to run the CI tests, nor does the codecrafters CLI seem to work.

I checked my challenge and it looks like it’s still connected to my repo at https://github.com/OlaoluwaM/redis-haskell:

Any ideas?

You have to run the command from the original repository that was created by Codecrafters for you, and not the repository created by the Publish to GitHub feature.

To get the same, you need to go back to stage 2: Repository Setup and clone the repository provided there. The URL should look something like: git clone https://git.codecrafters.io/<random-string>.

Couldn’t I just set the repo remote to the codecrafters repo link?

Not sure (I’m a Codecrafter user as well and not from the team). The error message suggests that it might work. Worth a shot?

Yep, setting origin to the codecrafters repo seems to work. Thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.