toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

fix: prevent Git Bash path corruption for Docker volumes

Open bfmhno3 opened this issue 5 months ago • 0 comments

Refactor container data paths to use double-slash prefix (//var/...) to:

  • Avoid Git Bash's automatic POSIX-Windows path conversion
  • Fix critical mount error on Windows environments: "Error: mount source path too many colons"
  • Maintain Linux container compatibility
  • Resolves Overleaf toolkit init failure when using Git Bash

Description

A detailed description is provided in #379

Related issues / Pull Requests

#379

Contributor Agreement

bfmhno3 avatar Aug 02 '25 05:08 bfmhno3