* git clone on out-of-space device causes incorrect errors
@ 2014-01-29 12:48 Armin Ronacher
0 siblings, 0 replies; only message in thread
From: Armin Ronacher @ 2014-01-29 12:48 UTC (permalink / raw)
To: git
Hi,
When cloning onto a device that is out of space to fulfill the whole clone
operation, git will report that the remove repository does not exist:
$ git clone https://github.com/mozilla/flask
Cloning into 'flask'...
remote: Repository not found.
fatal: repository 'https://github.com/mozilla/flask/' not found
This error is misleading. As an example here is what hg does for the same
situation:
$ hg clone https://bitbucket.org/dholth/wheel
destination directory: wheel
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
failed to truncate 00changelog.i
rollback failed - please run hg recover
abort: No space left on device: /Volumes/Disk Image/wheel/.hg/store/.fncache-bt6dzr
Regards,
Armin
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-29 12:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-29 12:48 git clone on out-of-space device causes incorrect errors Armin Ronacher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).