Git

16 阅读1分钟

Git-Log中删除了Remote

报错:No configured push destination
原因:推送至远程仓库时,缺少目标仓库地址

git push 报错

解决方案:

  1. 添加远程仓库地址
  2. 推送本地代码至远程仓库分支

解决方案