arnoldthebat / chromiumos

Stub Repo for chromiumos issues
http://arnoldthebat.co.uk/wordpress/chromiumos-special-builds/
Other
261 stars 35 forks source link

fatal: Could not read from remote repository. #351

Open Marietto2008 opened 3 years ago

Marietto2008 commented 3 years ago

git clone git@github.com:arnoldthebat/chromiumos.git overlay-amd64-atb

root@zi-desktop:/home/zi/Desktop/Work/I9/chromiumos/src/overlays# git clone github.com:arnoldthebat/chromiumos.git overlay-amd64-atb

Cloning into 'overlay-amd64-atb'...

root@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Alex313031 commented 3 years ago

When you set up your git account as listed here https://chromium.googlesource.com/chromiumos/docs/+/HEAD/developer_guide.md#Configure-git And then try to clone whether in or out of cros_sdk chroot, it causes SSH issues. This is normal behavior and happens outside of chromiumos development.

An article explaining. https://careerkarma.com/blog/git-fatal-could-not-read-from-remote-repository/

I just download as zip, make a folder called 'overlay-amd64-atb', then paste the contents of the zip.

However, my builds are failing to make the 4.4 kernel as of CrOS M92, his repo has only been used on 91 as of yet. Also, ubuntu 16.04 is no longer supported. Min version for development is 17.10 but why would you use that. I'm using Pop! OS based on 18.04.

@Marietto2008 you can solve this be deleting $HOME/.gitconfig if it is not used by anything else.