1. git remote -v 查看remote地址
2. git remote add aaa https://用户名:密码@github.com/xxxx/helloworld.git aaa是仓库名
3. git pull aaa master:master
git指定自己的origin,解决在别人git目录下不能拉代码
最新推荐文章于 2022-12-26 12:33:44 发布
1. git remote -v 查看remote地址
2. git remote add aaa https://用户名:密码@github.com/xxxx/helloworld.git aaa是仓库名
3. git pull aaa master:master