fatal: No configured push destination. Either specify the URL from the command-line


fatal: No configured push destination.
Either specify the URL from the command-line or configure a remote repository using
git remote add

and then push using the remote name
git push

解决办法:我是:"https://github.com/xxxxx/natrueOneShop"

git remote add origin 'http://git.....' 
 git push -u origin master

到此就成功了!

posted @ 2022-04-29 21:07  创嗨  阅读(814)  评论(0编辑  收藏  举报