Error importing package

When I run the command:

git clone git@bitbucket.org:theconstructcore/simple_grasping_tc.git

I get the error

Cloning into ‘simple_grasping_tc’…
Warning: Permanently added the RSA host key for IP address ‘18.205.93.1’ to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

@staff please help me out at the earliest

Hello @hrushikesh.kyathari,

Try with this command instead:
git clone https://bitbucket.org/theconstructcore/simple_grasping_tc.git

Best,

1 Like