git提交报错:
remote issueNo validate fail,commit_id*****
remote: error: hook declined to update *****
看网上记录是说有大文件不能提交,也有说是权限问题,我这个是因为公司设置了commit注释的格式,而我的格式和规定的不一致导致提交失败的,git reset后修改commit注释,重新commit,push成功!
git提交报错:
remote issueNo validate fail,commit_id*****
remote: error: hook declined to update *****
看网上记录是说有大文件不能提交,也有说是权限问题,我这个是因为公司设置了commit注释的格式,而我的格式和规定的不一致导致提交失败的,git reset后修改commit注释,重新commit,push成功!