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
My /tmp fills up when trying to work on a big repo. Is there away to point git2prov to a different directory to clone the repo?
Thanks!
Tim
git2prov https://github.com/timrdf/csv2rdf4lod-automation.git > csv.ttl
/usr/local/lib/node_modules/git2prov/bin/git2prov:21
throw error;
^
Error: Command failed: fatal: write error: No space left on device
fatal: index-pack failed
at ChildProcess.exithandler (child_process.js:647:15)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:753:16)
at Socket.<anonymous> (child_process.js:966:11)
at Socket.EventEmitter.emit (events.js:95:17)
at Pipe.close (net.js:465:12)
$ du -sh /tmp/git2prov/
79M /tmp/git2prov/
The text was updated successfully, but these errors were encountered:
My
/tmp
fills up when trying to work on a big repo. Is there away to point git2prov to a different directory to clone the repo?Thanks!
Tim
The text was updated successfully, but these errors were encountered: