git clone:repo不存在

时间:2016-01-10 04:09:57

标签: git github clone

我遇到了github repo的问题。我已经将私人仓库分开并尝试克隆它并且它无法正常工作。

"remote: Repository not found.
fatal: repository https://github.com/MYUSERNAME/MYREPO.git/' not found

Tried git clone https://github.com/username/repo
git clone https://github.com/username/repo.git
fatal: repository https://github.com/MYUSERNAME:PASSWORD/USERNAME/MYREPO.git/' not found

没有引用它。 仍然有错误。有什么帮助吗?

1 个答案:

答案 0 :(得分:0)

您不需要引号来克隆 但是最好使用ssh,因为你不会提示输入密码来获取& amp;推。

enter image description here enter image description here

如何将ssh密钥添加到github帐户?

  • 登录github帐户
  • 点击右上角的牧场主(设置)
    github account settigns
  • 点击SSH keys
    ssh key section
  • 点击Add ssh key
    Add ssh key
  • 粘贴您的密钥并保存

你们都准备出发了: - )