git remote -v查看remote地址
git remote remove origin 移除远程的叫做origin的仓库
git remote add origin https://用户名:密码@github.com/shaojunping/helloworld.git
git push origin master:master
在别人的机器上(已有自己的github帐号)提交代码到自己的github
最新推荐文章于 2024-05-15 15:05:23 发布
git remote -v查看remote地址
git remote remove origin 移除远程的叫做origin的仓库
git remote add origin https://用户名:密码@github.com/shaojunping/helloworld.git
git push origin master:master