git报错:remote: error: hook declined to update refs/heads/master

原因是git上传大文件,git单个最大文件不能超过100mb

解决办法:删除大文件,

查看提交历史

 git log 

回滚

git reset commit_id 

git报错:remote: error: hook declined to update refs/heads/master_第1张图片

你可能感兴趣的:(Android,Android开发)