赞
踩
首先去github上拉取项目
git clone <代码地址,http那里复制>
然后进入vscode终端,输入更改远程地址指令
git remote set-url origin <自己的仓库地址>
然后在vscode中按照正常步骤拉取远程代码,提交代码,推送到远程仓库
git pull origin master --allow-unrelated-histories
git push --set-upstream origin master
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。