我可以使用Git Bash或通过具有我的凭据的R-studio成功访问gitlab项目。
但是当我尝试使用devtools安装项目时,它会返回错误。
这是我的代码
creds = git2r::cred_ssh_key(publickey = "C:\\Users\\user\\.ssh\\id_rsa.pub", privatekey = "C:\\Users\\user\\.ssh\\id_rsa")
devtools::install_git("git@gitlab.mycompany.com:my_project.git", credentials = creds)
这是日志:
Downloading git repo git@gitlab.mycompany.com:my_projects/my_project.git
Installation failed: Error in 'git2r_clone': Failed to authenticate SSH session: Unable to send userauth-publickey request
我使用Windows 7 R-Studio。
答案 0 :(得分:0)
问题是通过钥匙的修复而确定的