我有以下内容,我需要在 Windows 终端命令提示符或 linux 中克隆存储库。
我试过:
git clone git@xxxxx.com:xxx/xxx/git
Run Code Online (Sandbox Code Playgroud)
我得到
Permission denied(public key)
Couldn't read from remote repository
Run Code Online (Sandbox Code Playgroud)
还尝试将 URL 更改为:
git clone https://xxxxx.com:xxx/xxx/git
Run Code Online (Sandbox Code Playgroud)