网站没有备案是假的吗,类似淘宝商城网站建设方案,北京好的网站制作,关闭未备案网站在gitee上新建一个仓库 点击“克隆/下载”获取仓库地址 电脑上要装好git 在电脑本地文件夹右键“Git Bash Here” 依次执行如下命令
git init
git remote add origin https://gitee.com/qlexcel/stm32-simple.git
git pull origin master
git add .
git commit -m ‘init’…在gitee上新建一个仓库 点击“克隆/下载”获取仓库地址 电脑上要装好git 在电脑本地文件夹右键“Git Bash Here” 依次执行如下命令
git init
git remote add origin https://gitee.com/qlexcel/stm32-simple.git
git pull origin master
git add .
git commit -m ‘init’
git push origin master完工 第2条命令是git remote add origin 仓库地址 第5条命令是git commit -m ‘说明’