2013-03-17 115 views
1

我的git-ftp“resmo”脚本有问题。它在10.8.2 osx更新之前运行良好。Resmo git-ftp与山狮有egrep错误

首先,我安装了它这样

$ git clone https://github.com/resmo/git-ftp.git 
$ cd git-ftp 
$ git checkout master 
$ sudo make install 

后,我的resmo混帐页面上看到,这个问题很常见,他建议从开发分支安装。所以我卸载它: $ sudo的使卸载

,并重新安装它以这种方式后

$ git checkout develop 
$ sudo make install 

但是当我做“混帐FTP推” ......

egrep: repetition-operator operand invalid 
No changed files for ftp.mydomain.com. Everything up-to-date. 

但这不是真的,因为我已经做了代码更新并提交了它

我该怎么办? 有人解决了吗?

我的版本:

$ sw_vers -productVersion 
10.8.2 
$ git ftp --version 
git-ftp version 0.8.3-snapshot 
$ egrep --version 
egrep (BSD grep) 2.5.1-FreeBSD 
+0

尝试提交[issue @Github](https://github.com/git-ftp/git-ftp/issues) – PHearst 2013-08-15 10:57:41

回答