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地址
00
相似问题