mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Solution found here: https://stackoverflow.com/questions/38454850/getting-write-too-long-error-when-trying-to-create-tar-gz-file-from-file-and-d Symlink's were being written with a size of 0, which surfaced an error for write too long.