Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git clone error #13

Closed
chipp opened this issue Mar 31, 2014 · 3 comments
Closed

git clone error #13

chipp opened this issue Mar 31, 2014 · 3 comments

Comments

@chipp
Copy link
Contributor

chipp commented Mar 31, 2014

/usr/local/bin/git clone /Volumes/Macintosh HD/Users/chipp/Library/Caches/CocoaPods/GitHub/a7c41d0c21b511276199ca7c6615dadde050fbe7 /Volumes/Macintosh\
     HD/Users/chipp/Developer/alabama-power-lakes/Pods/Mantle
     Too many arguments.

As you can see, first argument for clone command are passing without escaping:

def clone(from, to, flags = '')
        ui_sub_action("Cloning to Pods folder") do
          command = %Q|clone #{from} #{to.shellescape}|
@fabiopelosin
Copy link
Member

Looks reasonable... will you submit a pull request?

@chipp
Copy link
Contributor Author

chipp commented Mar 31, 2014

Done: #14

@fabiopelosin
Copy link
Member

Closed by #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants