I'm getting a weird error in WinXP trying to checkout the master branch. This also seems to prevent 'git pull' from working, too. I think it's just falling over trying to create files with ':' in them:
PS C:\> git clone https://github.com/jruby/jruby.git Cloning into jruby... remote: Counting objects: 177026, done. remote: Compressing objects: 100% (42205/42205), done. remote: Total 177026 (delta 124275), reused 175439 (delta 122860)Receiving objects: 100% (177026/177026), 78.59 MiB | 190 KiB/s Receiving objects: 100% (177026/177026), 78.66 MiB | 192 KiB/s, done. Resolving deltas: 100% (124275/124275), done. error: unable to create file test/externals/ruby1.9/excludes/Psych::TestCoder.rb (Invalid argument) error: unable to create file test/externals/ruby1.9/excludes/Psych::TestDateTime.rb (Invalid argument) error: unable to create file test/externals/ruby1.9/excludes/Psych::TestEmitter.rb (Invalid argument) error: unable to create file test/externals/ruby1.9/excludes/Psych::TestEncoding.rb (Invalid argument) error: unable to create file test/externals/ruby1.9/excludes/Psych::TestJSONTree.rb (Invalid argument) error: unable to create file test/externals/ruby1.9/excludes/Psych::TestNil.rb (Invalid argument) error: unable to create file test/externals/ruby1.9/excludes/Psych::TestParser.rb (Invalid argument) error: unable to create file test/externals/ruby1.9/excludes/Psych::TestStream.rb (Invalid argument) PS C:\> I think it's bugging the windows CI box, too: http://ci.jruby.org/job/jruby-windows/1487/console -Nick Klauer