Hi, When I run git to clone a project onto a remote-mounted sshfs share, I get the error below. I don't know if this is an sshfs issue, a MacFUSE issue or git issue, but need to start somewhere so thought I'd try here first.
Any thoughts? Thanks, $ git clone ssh://[email protected]/git/drupal6 Initialized empty Git repository in /Users/user01/src/drupal6/.git/ Password: Warning: untrusted X11 forwarding setup failed: xauth key data not generated Warning: No xauth data; using fake authentication data for X11 forwarding. remote: Counting objects: 3797, done. remote: Compressing objects: 100% (3078/3078), done. remote: Total 3797 (delta 693), reused 3752 (delta 650) Receiving objects: 100% (3797/3797), 8.70 MiB | 335 KiB/s, done. Resolving deltas: 100% (693/693), done. error: git checkout-index: unable to create file modules/forum/ forum.pages.inc (Interrupted system call) error: git checkout-index: unable to create file modules/translation/ translation.pages.inc (Interrupted system call) error: git checkout-index: unable to create file sites/all/libraries/ getid3/getid3/module.audio-video.mpeg.php (Interrupted system call) error: git checkout-index: unable to create file sites/all/modules/cck/ includes/views/handlers/content_handler_filter_float.inc (Interrupted system call) warning: unable to unlink sites/all/modules/cck/modules/nodereference/ panels/relationships: Operation not permitted fatal: cannot create directory at 'sites/all/modules/cck/modules/ nodereference/panels/relationships': Operation not permitted mount command ---------------------------------------------------------------------------------- sshfs use...@otzi:/home/user01/public_html src -o workaround=nodelay sshfs version ---------------------------------------------------------------------------------- $ sshfs --version SSHFS version 2.2 (MacFUSE SSHFS 2.2.0) MacFUSE library version: FUSE 2.7.3 / MacFUSE 2.0.3 no mount point -- You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macfuse?hl=en.
