You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git clone git@github.com:open-power/everest-xml.git
Cloning into 'everest-xml'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
If a build machine does not have a ssh key set up to log in to github, the build will fail (even though this repo is public).
Use buildroot's _SITE variable to construct the repository path, so we
get https://github.com URLs.
Fixesopen-power#4627.
Signed-off-by: Joel Stanley <joel@jms.id.au>
shenki
added a commit
to shenki/op-build
that referenced
this issue
Mar 25, 2022
Remove the CUSTOM_GIT variables so we fall back to the default github
path. This in turn uses the _SITE variable to construct the repository
path, so we get https://github.com URLs.
Fixesopen-power#4627.
Signed-off-by: Joel Stanley <joel@jms.id.au>
If a build machine does not have a ssh key set up to log in to github, the build will fail (even though this repo is public).
We should be using https:// to access github, per https://github.blog/2021-09-01-improving-git-protocol-security-github/
The text was updated successfully, but these errors were encountered: