赞
踩
1、进入设置界面
2、配置token属性
3、复制生成的token
4、刷新之后查看token
5、clone工程
git clone https://github.com/szlsay/hello-vue.git
6、进入本地仓库,配置本地仓库token
git remote set-url origin https://<token>@github.com/<username>/<repo>.git
举例
➜ hello-vue git:(main) ✗ git remote set-url origin https://ghp_123456890@github.com/szlsay/hello-vue.git
7、完成了 O(∩_∩)O哈哈~
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。