git clone GitHub 仓库报错未授权
git clone GitHub 仓库报错未授权
grant Github authentication to git
Created: 2024-06-03T20:40+08:00
Published: 2024-06-03T20:44+08:00
Categories: Git
GitHub 开启双重认证以后,就不能只依靠 GitHub 的账号密码来 git clone repo 了。
这里提供一种方法,安装 Github Command Line 来 clone repo。
以下是 Ubuntu 的命令:
sudo apt install gh
gh repo clone <repo>
然后按照步骤认证即可,一般是打开浏览器之类的。
参考链接:
GitHub CLI | Take GitHub to the command line