码迷,mamicode.com
首页 > 其他好文 > 详细

git报错:fatal: No configured push destination.

时间:2020-01-28 21:25:22      阅读:54      评论:0      收藏:0      [点我收藏+]

标签:nat   master   git push   command   com   config   git报错   tor   either   

本地仓库代码(git push)上传git仓库报错:

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>

解决办法:
在git仓库创建新的仓库然后复制仓库URL链接:

git remote add origin https://github.com/xxxxx/xxxxx.git

git push -u origin master

git报错:fatal: No configured push destination.

标签:nat   master   git push   command   com   config   git报错   tor   either   

原文地址:https://www.cnblogs.com/nayek/p/12238801.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!