Error while setting the node up

while I’m setting my node up I experienced this error
Please make sure you have the correct access rights
and the repository exists.
-bash: cd: op-geth: No such file or directory
fatal: not a git repository (or any of the parent directories): .git
make: *** No rule to make target ‘geth’. Stop.
cp: cannot stat ‘./build/bin/geth’: No such file or directory
root@vmi1265269:/tmp/opbnb# cd
root@vmi1265269:~# git clone git@github.com:bnb-chain/opbnb.git
Cloning into ‘opbnb’…
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.

any help on how to fix this?

Hi there, Use these git clone commands instead:

git clone https://github.com/bnb-chain/opbnb.git
git clone https://github.com/bnb-chain/op-geth.git

Thanks.