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 [email protected]:open-power/everest-xml.git
Cloning into 'everest-xml'...
[email protected]: 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).
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 <[email protected]>
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: