ERROR: Repository not found. fatal: Could not read from remote repository

Good day!

I am working with this project and I am still new to this team and as1 well as to CircleCI. I cloned the application from github, made some changes and push it back again to our main branch at github. The team said that when I make changes to the code and push it to github, CircleCI will automatically update our live application. But when i did nothing happens.
I’ve already tried adding a userkey on our circleci project but still nothing changes.
The other members of our team doesn’t have any problem updating the application.

I’ve checked with CircleCI and found out that I am having this result during the deploy step:


ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
yarn install v1.21.1
[1/4] Resolving packages…
[2/4] Fetching packages…
info fsevents@1.2.9: The platform “linux” is incompatible with this module.
info “fsevents@1.2.9” is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@2.0.7: The platform “linux” is incompatible with this module.
info “fsevents@2.0.7” is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies…
error An unexpected error occurred: “EACCES: permission denied, mkdir ‘/home/dkapi/app/node_modules/node-pre-gyp/node_modules/minimist’”.
info If you think this is a bug, please open a bug report with the information provided in “/home/dkapi/app/yarn-error.log”.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
CircleCI received exit code 0

I am still new with CircleCI and I am working with this project with a team, but they also do not know how to fix. I was hoping somebody else might know how I can solve this. Thanks!

Hi @cjmendoza01! Welcome to the community.

I would start with this support article and see if it helps. You have to take different steps if the repo is public/private.

The article I linked above is for npm, but it looks similar to what’s happening in your yarn install.