我在 google colab ( https://colab.research.google.com/ ) 中安装了新的 github CLI 并获得了授权。
!sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
!sudo apt-add-repository https://cli.github.com/packages
!sudo apt update
!sudo apt install gh
!gh auth login
!gh repo clone <username/repo>
我得到回应:
克隆到“repo”...致命:无法读取“https://github.com”的用户名:没有这样的设备或地址退出状态 128
任何想法为什么这不起作用?