kyo*_*kyo 2 git ssh github ssh-keys
\n我已经在 GitHub 中成功添加了 SSH 密钥。\n我不知道为什么在尝试克隆私有存储库时不断收到此错误。
\n\xe2\x9e\x9c test git clone git@github.com:nike/consumer.git\nCloning into \'consumer\'...\nERROR: Repository not found.\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\nRun Code Online (Sandbox Code Playgroud)\n\xe2\x9e\x9c test git clone https://github.com/nike/consumer.git\nCloning into \'consumer\'...\nremote: Repository not found.\nfatal: repository \'https://github.com/nike/consumer.git/\' not found\nRun Code Online (Sandbox Code Playgroud)\n为什么 ?我还错过了什么吗?
\n\xe2\x9e\x9c test ssh -T git@github.com\nHi ${myname}! You\'ve successfully authenticated, but GitHub does not provide shell access.\nRun Code Online (Sandbox Code Playgroud)\n
是的,我可以从网站访问它,并且我仅从克隆部分复制并粘贴了实际 URL
那么要克隆的 URL 将是
git@github.com:vi3global/consumer-engagement
# or
https://github.com/vi3global/consumer-engagement
Run Code Online (Sandbox Code Playgroud)
假设您的帐户已添加为协作者,因为它是私有存储库。
网址不会是git@github.com:*nike*.
| 归档时间: |
|
| 查看次数: |
8647 次 |
| 最近记录: |