我正在尝试使用devtools::release()向CRAN发布一个包。每当我到了Running Git checks...的步骤,我就会得到一个错误。
── Running Git checks for fitzRoy ───────────────────────────────────────────────────────────────────────
Current branch: master
Checking uncommitted files... OK
Checking synchronisation with remote branch...
ERROR: Error in 'git2r_remote_fetch': unsupported URL protocol我用的是Mac电脑。我一直在使用Git fine作为包,并且没有使用提交、推送和拉取的戏剧性。
我尝试过更新devtools、git2r和安装最新版本的Git,但都没有成功。
有什么建议吗?
https://stackoverflow.com/questions/58741498
复制相似问题