Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- christoph@christoph-laptop-16-04:~$ java -jar bfg-1.12.12.jar --strip-blobs-bigger-than 100M
- Using repo : /home/christoph/.git
- Scanning packfile for large blobs: 1
- Scanning packfile for large blobs completed in 7 ms.
- Found 1 blob ids for large blobs - biggest=4418245712 smallest=4418245712
- Total size (unpacked)=4418245712
- Found 1437 objects to protect
- Found 2 commit-pointing refs : HEAD, refs/heads/master
- Protected commits
- -----------------
- These are your protected commits, and so their contents will NOT be altered:
- * commit 1753d24d (protected by 'HEAD') - contains 1 dirty file :
- - Documents/Archives/Finished Uni Modules.tar.gz (4.1 GB)
- Exception in thread "main" java.io.IOException: No such file or directory
- at java.io.UnixFileSystem.createFileExclusively(Native Method)
- at java.io.File.createNewFile(File.java:1006)
- at scalax.io.support.FileUtils$$anonfun$scalax$io$support$FileUtils$$preOpen$1.apply(FileUtils.scala:66)
- at scalax.io.support.FileUtils$$anonfun$scalax$io$support$FileUtils$$preOpen$1.apply(FileUtils.scala:58)
- at scala.collection.immutable.List.foreach(List.scala:381)
- at scalax.io.support.FileUtils$.scalax$io$support$FileUtils$$preOpen(FileUtils.scala:58)
- at scalax.io.support.FileUtils$$anonfun$openOutputStream$1.apply(FileUtils.scala:19)
- at scalax.io.support.FileUtils$$anonfun$openOutputStream$1.apply(FileUtils.scala:18)
- at scalax.io.managed.OutputStreamResource.scalax$io$managed$OutputStreamResource$$nResource$1(OutputStreamResource.scala:38)
- at scalax.io.managed.OutputStreamResource$$anonfun$writableByteChannel$1.apply(OutputStreamResource.scala:40)
- at scalax.io.managed.OutputStreamResource$$anonfun$writableByteChannel$1.apply(OutputStreamResource.scala:40)
- at scalax.io.managed.WritableByteChannelResource.scalax$io$managed$WritableByteChannelResource$$nResource$2(WritableByteChannelResource.scala:35)
- at scalax.io.managed.WritableByteChannelResource$$anonfun$writer$1.apply(WritableByteChannelResource.scala:37)
- at scalax.io.managed.WritableByteChannelResource$$anonfun$writer$1.apply(WritableByteChannelResource.scala:37)
- at scalax.io.managed.WriterResource.open(WriterResource.scala:17)
- at scalax.io.Resource$$anonfun$1.apply(Resource.scala:170)
- at scalax.io.Resource$$anonfun$1.apply(Resource.scala:170)
- at scala.util.control.Exception$Catch$$anonfun$either$1.apply(Exception.scala:125)
- at scala.util.control.Exception$Catch$$anonfun$either$1.apply(Exception.scala:125)
- at scala.util.control.Exception$Catch.apply(Exception.scala:103)
- at scala.util.control.Exception$Catch.either(Exception.scala:125)
- at scalax.io.Resource$class.acquireFor(Resource.scala:169)
- at scalax.io.managed.WriterResource.acquireFor(WriterResource.scala:8)
- at resource.ManagedResourceOperations$class.acquireAndGet(ManagedResourceOperations.scala:25)
- at scalax.io.managed.WriterResource.acquireAndGet(WriterResource.scala:8)
- at resource.ManagedResourceOperations$class.foreach(ManagedResourceOperations.scala:45)
- at scalax.io.managed.WriterResource.foreach(WriterResource.scala:8)
- at scalax.io.WriteChars$class.writeStrings(WriteChars.scala:78)
- at scalax.io.managed.WriterResource.writeStrings(WriterResource.scala:8)
- at scalax.io.Output$class.writeStrings(Output.scala:125)
- at scalax.file.FileOps.writeStrings(FileOps.scala:78)
- at com.madgag.git.bfg.cleaner.CLIReporter$$anonfun$reportProtectedCommitsAndTheirDirt$1.apply(Reporter.scala:134)
- at com.madgag.git.bfg.cleaner.CLIReporter$$anonfun$reportProtectedCommitsAndTheirDirt$1.apply(Reporter.scala:116)
- at scala.collection.immutable.Set$Set1.foreach(Set.scala:94)
- at com.madgag.git.bfg.cleaner.CLIReporter.reportProtectedCommitsAndTheirDirt(Reporter.scala:115)
- at com.madgag.git.bfg.cleaner.CLIReporter.reportObjectProtection(Reporter.scala:86)
- at com.madgag.git.bfg.cleaner.RepoRewriter$.rewrite(RepoRewriter.scala:95)
- at com.madgag.git.bfg.cli.Main$$anonfun$1.apply(Main.scala:59)
- at com.madgag.git.bfg.cli.Main$$anonfun$1.apply(Main.scala:34)
- at scala.Option.map(Option.scala:146)
- at com.madgag.git.bfg.cli.Main$.delayedEndpoint$com$madgag$git$bfg$cli$Main$1(Main.scala:33)
- at com.madgag.git.bfg.cli.Main$delayedInit$body.apply(Main.scala:27)
- at scala.Function0$class.apply$mcV$sp(Function0.scala:34)
- at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
- at scala.App$$anonfun$main$1.apply(App.scala:76)
- at scala.App$$anonfun$main$1.apply(App.scala:76)
- at scala.collection.immutable.List.foreach(List.scala:381)
- at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
- at scala.App$class.main(App.scala:76)
- at com.madgag.git.bfg.cli.Main$.main(Main.scala:27)
- at com.madgag.git.bfg.cli.Main.main(Main.scala)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement