我想表演 来自bitbucket.org的git clone
git clone git@bitbucket.org:mascai/regru_junjob.git
收到的错误:
克隆到“ regru_junjob” ... 警告:将IP地址“ 2406:da00:ff00 :: 34cc:ea4a”的RSA主机密钥永久添加到已知主机列表中。
权限被拒绝(公钥)。 致命:无法从远程存储库读取。 请确保您具有正确的访问权限 并且存储库存在。
我将发布密钥和私钥添加到我的服务器:
~/.ssh# ls
authorized_keys id_rsa.pub known_hosts reg_jj reg_jj.pub
将发布密钥添加到bitbucket.org https://bitbucket.org/mascai/regru_junjob/admin/access-keys/
错误原因是什么?
可能有用
~# ls -la ~/.ssh/
total 28
drwx------ 2 root root 4096 ноя 13 15:26 .
drwx------ 4 root root 4096 ноя 13 15:26 ..
-rw------- 1 root root 782 ноя 13 14:26 authorized_keys
-rw-r--r-- 1 root root 381 ноя 13 15:25 id_rsa.pub
-rw-r--r-- 1 root root 3978 ноя 13 15:35 known_hosts
-rw-r--r-- 1 root root 1679 ноя 13 15:26 reg_jj
-rw-r--r-- 1 root root 391 ноя 13 14:54 reg_jj.pub