thinPHP上传不到码云上
想把项目上传到gitee上进行托管,按部就班的推送,发现在本地localhost无法打开
报错内容:error: failed to push some refs
发现上传云端文件 缺少thinphp这个文件夹
解决办法:
①更改.gitgnore文件。打开之后删除thinkphp
②再打开public下static文件,删除目录下的.gitgnore文件
③再次git add .
然后Git commit -m
git push --set-upstream origin master
git push
发现上传到云端