12345678910111213141516171819 |
- 测试改为私仓
- 访问下面地址生成自己的token:
- https://github.com/settings/tokens
- 拉取方式:
- git config --global credential.helper store
- git pull
- 登陆成功后续拉库都不需要再输入账号密码
- git clone https://username:personal_access_token@github.com/hjdhnx/hipy-server.git
- 如果是已经 clone 的到源码目录执行 git remote set-url origin https://username:personal_access_token@github.com/hjdhnx/hipy-server.git
- 文档教程:
- https://docs.github.com/zh/enterprise-cloud@latest/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens
|