所以我最终被迫开始使用 Git(我对此感到很高兴),但我还没有真正运行它。我的系统是 MacOS 10.14.5。
以下是我目前所做的:
我已经从以下网站下载了 Githttps://www.linode.com/docs/development/version-control/how-to-install-git-on-linux-mac-and-windows/并安装它。
我运行
ssh-keygen -t rsa
并在 ~/.ssh 中保存了密钥和公钥我得到了一个地址,并被告知要跑
git clone [email protected]:somemore
我从终端得到的输出是
Cloning into 'somemore'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我读了一些有关创建配置文件的内容,但我不知道如何继续。
任何帮助都值得感激。提前致谢!