8 years, 5 months ago.

Will yotta work with private repo that is an organization on Github?

I am having difficulties logging into a private repo on gitHub that is an organization.

I had no trouble with logging into a private repo with my personnel user account on gitHub.

I'm getting this error: error: Failed to satisfy dependencies of /Users/rpm886/YottaProjects/helloYottaAgain: error: could not locate github component "racepointEnergy/simplelog_RPE", either the name is misspelt, you do not have access to it, or it does not exist

My module.jason looks like this:

{ "name": "helloyottaagain", "version": "0.0.0", "description": "test", "keywords": [], "private":true, "author": "", "homepage": "https://github.com/racepointEnergy/simplelog_RPE.git", "repository": { "url": "git@github.com:racepointEnergy/simplelog_RPE.git", "type": "git" }, "licenses": [ { "url": "https://spdx.org/licenses/Apache-2.0", "type": "Apache-2.0" } ], "dependencies": { "simplelog": "racepointEnergy/simplelog_RPE" }, "bin": "./source" }

I checked my account authorization in my bed account and it's good.

I thin my bed account might be using my personal account info to log into my organization but I'm not sure of this.

Question relating to:

mbed Development team
Be the first to answer this question.