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