Colab 无法保存对 GitHub PUBLIC 和 PRIVATE 报告的更改

Colab can't save changes to GitHub PUBLIC and PRIVATE reports

Colab 无法保存到我的任何 GitHub 存储库,无论它们是 public 还是私有的。我得到的错误:

You do not have permission to save this notebook. To keep your changes, make a copy of the notebook.

州:

重现错误的工作流程:

我尝试在 Colab 中创建一个新笔记本并将其保存到 GitHub - 这有效,它将它提交到 repo,但是当我在 Colab 中打开新笔记本创建的书时,我得到了同样的错误“您没有保存此笔记本的权限。要保留您的更改,请复制笔记本。".

以下是更多详细信息和我尝试解决的问题:

我可以尝试哪些新事物?此时,即使只能保存到 public 回购也很棒!

我也在GitHub开了一个issue,得到了回复:

Unfortunately, I suspect you're just running into an issue of bad UX on our side. In order to save back to GitHub you always have to use "Save a copy in GitHub". Colab doesn't yet support auto-save or Ctrl+S saving back to GitHub because it requires making a commit back to the repo but it's a bit misleading that the intended save flow looks like it's making another copy. So, work-around is "Save a copy in GitHub" -- hopefully that works for you for now.

Reference

GitHub issue: Colab can't save changes to GitHub public and private reports #2518

我已经回复并询问这是否已经是他们考虑的功能,如果不是,我们是否可以将其作为功能请求。

我想我们希望这能尽快实施,同时我们可以使用建议的解决方法 "Save a copy in GitHub"

我也希望这能为任何与我陷入同样陷阱的人提供信息。