【发布时间】:2018-09-19 17:03:27
【问题描述】:
关于这个错误有很多问题,但我什至在公共 git 存储库中得到它。我对如何追踪问题有点迷茫。
PS C:\dev> git clone git@github.com:golang/dep.git
Cloning into 'dep'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
【问题讨论】:
-
私人或公共回购无关紧要。如果要使用 ssh,则需要配置 ssh 密钥。 stackoverflow.com/a/2643584/9083959