You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ruby GitTestDir.rb
I, [2014-02-03T18:47:59.791143 #18386] INFO -- : Starting Git
I, [2014-02-03T18:47:59.794504 #18386] INFO -- : git add "--" "README's FILE.md's FILE.md" 2>&1
D, [2014-02-03T18:47:59.794670 #18386] DEBUG -- : fatal: pathspec 'README's FILE.md's FILE.md' did not match any files
/usr/local/lib/ruby/gems/2.0.0/gems/git-1.2.6/lib/git/lib.rb:718:in `command': git add "--" "README's FILE.md's FILE.md" 2>&1:fatal: pathspec 'README's FILE.md's FILE.md' did not match any files (Git::GitExecuteError)
from /usr/local/lib/ruby/gems/2.0.0/gems/git-1.2.6/lib/git/lib.rb:393:in `add'
from /usr/local/lib/ruby/gems/2.0.0/gems/git-1.2.6/lib/git/base.rb:261:in `add'
from GitTestDir.rb:19:in `<main>'
My setup is:
git: v1.8.1.1
ruby: v2.0.0p353
gem: 2.0.14
ruby-git: 1.2.6
The text was updated successfully, but these errors were encountered:
Unable to add a file with a single quote in it, I have an example that throws an error even though the file is being created correctly.
The output of which is:
My setup is:
git: v1.8.1.1
ruby: v2.0.0p353
gem: 2.0.14
ruby-git: 1.2.6
The text was updated successfully, but these errors were encountered: