git push 问题
来源:6-1 Vue项目预热 - 环境配置

Weber
2020-02-27
这个是啥问题
git remote add 的 name是哪个name,url又是哪个url
写回答
1回答
-
呀呀呀亚歌
2020-02-27
你没有关联远程仓库,例如创建一个github仓库,会有一个链接,需要与本地仓库进行绑定才可以git push
$ git remote add origin [git仓库的地址]
012020-03-04
相似问题