如何将.txt.gz文件推送到git

时间:2017-04-13 03:52:44

标签: eclipse git bitbucket

我正在尝试将一些示例压缩数据推送到我的存储库以进行测试,但是我收到了一个错误。我正在使用eclipse来做到这一点。

pre-receive hook declined

File [SomeFile.txt.gz] violates file name pattern 
   [(\.jar)$|(\.war)$|(\.exe)$|(\.rar)$|(\.bin)$|(\.so)$|(\.gz)$].

我正在尝试推送一堆压缩文件。我确实拥有该回购的写入权限,并且我会定期提交。

1 个答案:

答案 0 :(得分:0)

这可能与christiangalsterer/stash-filehooks-plugin有关,这是一个Atlassian Bitbucket Server插件,用于检查各种文件属性,如大小,名称。
见其FileNameHook.java

https://github.com/christiangalsterer/stash-filehooks-plugin/raw/master/screenshots/file-hooks-plugin-comfiguration.png

您可以要求在Settings -> Hooks -> File Name Hook

中更改该模式

https://github.com/christiangalsterer/stash-filehooks-plugin/raw/master/screenshots/file-hooks-plugin-filename-hook-configuration.png