这个项目是为了在工作电脑和自己的电脑中的一个平衡,两边的文件经常不太一样。很苦恼所以打算用git来做,这样回家就可以继续了
Go to file
2020-04-20 16:06:21 +08:00
.idea u 2020-04-20 16:06:21 +08:00
gitRecipe xiaxie 2020-03-11 09:14:35 +08:00
heo u 2020-04-20 16:06:21 +08:00
miniprogram-1 u 2020-04-20 16:06:21 +08:00
testLearn HHHH 2020-04-17 16:57:52 +08:00
webserverGo HHHH 2020-04-17 16:57:52 +08:00
webVue HHHH 2020-04-17 16:57:52 +08:00
小程序 HHHH 2020-04-17 16:57:52 +08:00
水煎包的Todo[已经归档] 这个是标准修改,大体的框架已经搭建完毕 2020-03-28 13:10:50 +08:00
README.md u 2020-04-20 16:06:21 +08:00

GoMyBlog

项目地址

https://gitea.com/shuijianbao/GoMyBlog.git

前端使用VUE后端使用GolangNGINX做解决跨域问题

1、git push 强制提交

git push -f origin master 

代理地址

export GOPROXY=https://mirrors.aliyun.com/goproxy/
git fetch --all
git reset --hard origin/master