免密码用https协议clone-private-github-repo

创建access token

https://github.com/settings/tokens

权限至少要选reporead:org

安装gh

# ArchLinux
sudo pacman -S github-cli
# Debian
sudo apt install gh

gh auth login

按照它的提示一步步完成即可。

也可以写一个脚本自动化这一步:

gh auth login --with-token < token.txt
# https://github.com/cli/cli/issues/4351#issuecomment-1414009402
gh auth setup-git
posted @ 2024-07-24 16:05  寻找繁星  阅读(2)  评论(0编辑  收藏  举报