小编gst*_*gst的帖子

如何从colab推送到github

我将我的公共 github 存储库克隆到我的驱动器中。我可以将 colab 与笔记本一起使用。我也可以拉。然而,尽管已正确配置,但在尝试推送时仍面临以下错误:

!git config --global user.email "my_email"
!git config --global user.name "my_user"
Run Code Online (Sandbox Code Playgroud)

这样做时,!git push origin master我收到以下错误:

fatal: could not read Username for 'https://github.com': No such device or address
Run Code Online (Sandbox Code Playgroud)

以前有人遇到过这个问题吗?

git github google-colaboratory

3
推荐指数
3
解决办法
7727
查看次数

标签 统计

git ×1

github ×1

google-colaboratory ×1