我是ubuntu,git和bitbucket的新手。
所以,这是我的问题:
当我从bitbucket克隆为https时,它给了我这个错误:
致命:无法访问“https://user@bitbucket.org/project/my_project.git/”:无法连接到bitbucket.org端口443:网络无法访问
如果我从bitbucket克隆为ssh,它会给我这个错误:
克隆到'my_project'...... 权限被拒绝(publickey)。 致命:无法从远程存储库读取。 请确保您拥有正确的访问权限 存储库存在。
我在我的Ubuntu 14.04上安装了Git 我错过了什么?我不明白。
答案 0 :(得分:2)
当我使用git从repo克隆到我的本地时,即使我遇到同样的问题。确保您已正确生成公钥和私钥:https://help.github.com/articles/generating-ssh-keys/并将id_rsa(私钥)放在主目录下的.ssh文件夹下