Closed u0xaa55 closed 8 years ago
The not found error is given by GitHub when permissions are not available through the token. Are you sure the token has access to that specific organization?
The problem was effectively github side where I've done some changes: renew the token and bound an ssh key with the private repo. I'm not sure that the ssh binding is necessary but it works now. Thank you!
Hi,
I'm not able to
jspm install github:<org>/<repo>
following the doc about configuring access to a private Github and providing an access token as a password.I granted all permission to the access token. The credentials worked successfully as stated by the configuration test and reported on github token usage history. But trying
install github:<org>/<repo>
ends in anrepo <org>/<repo> not found!
error.If I replace the token with my account password, everything is working, files are downloaded and installed.
Am I doing something wrong?