git ps

来源:3-2 项目目录结构设计与Git远程仓库的建立

阿狸昭昭

2018-07-29

在git add . 之后 只要是 添加命令git pull  origin 就会报错

fatal: No configured push destination.

Either specify the URL from the command-line or configure a remote repository using


    git remote add <name> <url>


and then push using the remote name


    git push <name>


写回答

1回答

Rosen

2018-08-01

这是没和远程项目连接上吧,执行 git remote add origin + git地址

0
0

真实数据对接 从0开发前后端分离的企业级上线项目

【毕设项目精品】前端实战,对接真实服务端数据,开发完整项目

4262 学习 · 4113 问题

查看课程