我是Ubuntu新手,git和bitbucket。無法從Ubuntu中的bitbucket克隆git存儲庫
所以,這裏是我的問題:
當我從到位桶克隆爲HTTPS,它給了我這個錯誤:
fatal: unable to access ' https://[email protected]/project/my_project.git/ ': Failed to connect to bitbucket.org port 443: Network is unreachable
如果我從到位桶克隆用ssh它給了我這個錯誤:
Cloning into 'my_project'... Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
我已經在我的Ubuntu 14.04安裝的Git 我錯過了什麼?我不明白。
for bitbucket:https://confluence.atlassian.com/bitbucket/set- up-ssh-for-git-728138079.html – ranjansaga
謝謝!我的朋友@ranjansaga,它的工作。非常感謝。 – Learner