我是bitbucket
的新手。我能够添加/提交并推送到bitbucket
上的源代码树。我的问题是我无法clone
项目。我收到以下错误。
$ git clone git@bitbucket.org:miloyj/fl1proj.git MYProj
Cloning into 'MYProj'...
Warning: Permanently added the RSA host key for IP address '124.102.103.3' to the list of known hosts.
git@bitbucket.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我还使用命令ssh-keygen -t rsa
创建了一个私钥,并将公钥粘贴到Access Key
设置页面下的BitBucket
部分。但是,错误仍然存在。
有人可以帮我排序吗
答案 0 :(得分:0)
这不是Bitbucket的有效IP。你从哪里得到的?