原因:没指定提交到哪个远程仓库
解决方法:
在你git add .和commit之后
git add .
git commit -m "信息"
git push前输入以命令
git branch -M main
git remote add origin git@github.com:xxx(你GitHub的名称)/xxx.git(你仓库的名称)
git push -u origin main
参考:
关于gitee第一次提交出现fatal: No configured push destination. Either specify the URL from the command-line or_either specify the url from the command-line or co-CSDN博客
如何新建Github仓库并将本地文件上传到Github(远程连接)以及Git常用命令服务器托管网总结_github 新建仓库push-CSDN博客
服务器托管,北京服务器托管,服务器租用 http服务器托管网://www.fwqtg.net
1.服务器托管网准备 进入/usr/local/node文件目录 mkdir /usr/local/node && cd /usr/local/node 下载16.17.0版本的node wget https://npm.taobao.org/…