【发布时间】:2014-09-16 15:19:42
【问题描述】:
尝试从 RStudio 推送到 GitHub 时,我收到以下错误。
error: unable to read askpass response from 'rpostback-askpass'
fatal: could not read Username for 'https://github.com':
No such device or address
RStudio 有我的出身
https://github.com/rmscriven/other.git
实际上应该是什么时候
https://github.com/rmscriven/saber.git
RStudio 不允许我从版本控制系统更改来源。这是它显示的内容:
是否可以从 RStudio 更改我的 GitHub 源 URL?
【问题讨论】:
-
你需要使用 Git 来解决这个问题。您是否可以尝试使用 RStudio 从版本控制创建一个新项目?转到“文件/新建项目...”并选择“版本控制”。如果成功,请尝试推送。
-
“repository url”应该是包的路径吗?还是我的主页?
fatal: destination path 'saber' already exists and is not an empty directory. -
使用一个空的目标目录。在您的 GitHub 项目页面上查找“克隆 URL”,或者选择 SSH 变体。
-
@krlmlr - 有效。太感谢了。如果您喜欢,请发布为答案
-
很高兴我能帮上忙。我不会添加答案,但也许您可以总结一下主要发现。