Gitee报错Message: LFS only supported repository in paid enterprise.: exit status 128

解决方法

$ rm .git/hooks/pre-push
$ git push -u origin "master"

原因

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_45184581/article/details/122408612