GoMyBlog/README.md
2020-04-20 16:06:21 +08:00

361 B
Raw Permalink Blame History

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