1. 根据官方文档,实现提交代码到码云仓库git
文档地址:https://gitee.com/help/articles/4122spa
可是执行后出现报错:There is no tracking information for the current branchorm
2. 解决办法:git branch –set-upstream-to=origin/new newblog
new分别为 远程分支地址 和 本地分支地址文档
例:get
再执行提交 git pullit
问题解决!!!!!!!io