I have try again, but it has new error as following how can I deal with it?
sh: tabix: command not found
which: no tabix in (/opt/jdk1.8.0_101/bin:/opt/R-3.3.1/bin/:/opt/plink-1.07-\
x86_64:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/chung/.local/bin:\
/home/chung/bin:/path_to_directory_with_tabix:/home/tools/vcftools_0.1.12a/bin/\
::/home/tools/vcftools_0.1.12a/bin/)
The command "tabix" not found, please add it to your PATH
at /usr/lib64/perl5/Vcf.pm line 172.
Vcf::throw('Vcf4_1=HASH(0x19f63b0)', 'The command "tabix" not found, please add it to your PATH\x{a}') called at /usr/lib64/perl5/Vcf.pm line 2672
VcfReader::get_chromosomes('Vcf4_1=HASH(0x19f63b0)') called at vcf-merge line 197
main::init_cols('HASH(0x1de2488)', 'Vcf4_2=HASH(0x19f6038)') called at vcf-merge line 279
main::merge_vcf_files('HASH(0x1de2488)') called at vcf-merge line 12
```
Works fine for me. Do you use a proxy server to connect to the Internet?
i have try using this git config --global http.proxy "" but did not work