dimtass / meta-nanopi-rockchip64

Other
2 stars 6 forks source link

Cloning fails (permissions) when cloning as shown in the Readme #1

Closed Kadigan closed 3 years ago

Kadigan commented 3 years ago

Attempting either git clone git@bitbucket.org:dimtass/meta-allwinner-hx.git or git clone --depth 1 -b dunfell git@github.com:openembedded/meta-openembedded.git produces

Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

The solution, obviously, is to replace git@ with https:// and correct : to /.

Maybe not a big issue, but can trip someone up.

dimtass commented 3 years ago

I've did the changes in the README file, as there were copy-paste for another project of mine.