Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 1 month 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.