Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with starting (on a Mac) and syncing (both Mac and PC) #1620

Closed
ghost opened this issue Mar 25, 2015 · 3 comments
Closed

Issues with starting (on a Mac) and syncing (both Mac and PC) #1620

ghost opened this issue Mar 25, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 25, 2015

Hi,
I've been working with Sparkleshare for several weeks now and, though I've gotten pretty far, I'm running into some serious issues that are preventing start up as well as syncing. I'm running the server and clients over a secure VPN which requires me to log in for VPN access. I'm not sure if this has something to do with it or not.

Here's the issues. With OSX, I install the client and it seems to work fine. I made sure System Preferences > Users & Groups > Login Items > Sparkleshare is checked so it'll start on reboot. However, on reboot it fails to start.

The other issue (which applies to both Mac and PC) is that it keep failing to sync. After first installing it and setting up a project, the initial repo download goes fine. However, after the first download, it'll start, then fail. It'll pull things, then fail. It'll push things, then fail. Here is a sample debug log (edited for privacy):

11:25:27 | Git | prime | hint: See the 'Note about fast-forwards' in 'git push --help' for details.
11:25:27 | Cmd | prime | git config core.ignorecase true
11:25:28 | Cmd | prime | git merge FETCH_HEAD
11:25:28 | SyncUp | prime | Error
11:25:28 | SyncDown | prime | Initiated
11:25:28 | Cmd | prime | git rev-parse HEAD
11:25:28 | Cmd | prime | git fetch --progress "ssh://storage@[editedURLforSecurity]" master
11:25:30 | Git | error: unable to create file [editedForSecurity]
 (Invalid argument)
error: unable to create file [editedForSecurity] (Invalid argument)
error: unable to create file [editedForSecurity] (Invalid argument)
error: unable to create file [editedForSecurity] (Invalid argument)
11:25:30 | Git | prime | Conflict detected, trying to get out...
11:25:30 | Git | prime | Conflict resolved
11:25:30 | Cmd | prime | git config core.ignorecase false
11:25:30 | Cmd | prime | git log --since=1.month --raw --find-renames --date=iso --format=medium --no-color -m --first-parent
11:25:32 | Listener | Disconnected from tcp://notifications.sparkleshare.org:443/: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 204.62.14.135:443
11:25:32 | prime | Falling back to regular polling
11:25:39 | Git | prime | From ssh://[editedURLforSecurity]
11:25:39 | Git | prime |  * branch            master     -> FETCH_HEAD
11:25:39 | SyncUp | prime | Initiated
11:25:39 | Cmd | prime | git add --all
11:25:40 | Cmd | prime | git rev-parse HEAD
11:25:40 | SyncDown | prime | Done
11:25:40 | Cmd | prime | git add --all
11:25:40 | Cmd | prime | git status --porcelain
11:25:42 | Cmd | prime | git status --porcelain
11:25:43 | Cmd | prime | git config core.ignorecase true
11:25:43 | Cmd | prime | git merge FETCH_HEAD
11:25:44 | Cmd | prime | git push --progress "ssh://storage@[editedURLforSecurity]" master
11:25:45 | Git | error: unable to create file [editedForSecurity] (Invalid argument)
error: unable to create file [editedForSecurity]
 (Invalid argument)
error: unable to create file [editedForSecurity] (Invalid argument)
error: unable to create file [editedForSecurity] (Invalid argument)
11:25:45 | Git | prime | Conflict detected, trying to get out...
11:25:45 | Git | prime | Conflict resolved
11:25:45 | Cmd | prime | git config core.ignorecase false
11:25:45 | Cmd | prime | git log --since=1.month --raw --find-renames --date=iso --format=medium --no-color -m --first-parent
11:25:48 | Git | prime | To ssh://storage@[editedURLforSecurity]
11:25:48 | Git | prime |  ! [rejected]        master -> master (non-fast-forward)
11:25:48 | Git | prime | error: failed to push some refs to 'ssh://storage@[editedURLforSecurity]'
11:25:48 | Git | prime | hint: Updates were rejected because the tip of your current branch is behind
11:25:48 | Git | prime | hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
11:25:48 | Git | prime | hint: before pushing again.
11:25:48 | Git | prime | hint: See the 'Note about fast-forwards' in 'git push --help' for details.
11:25:48 | SyncUp | prime | Error
11:25:48 | SyncDown | prime | Initiated
11:25:48 | Cmd | prime | git rev-parse HEAD
11:25:48 | Cmd | prime | git fetch --progress "ssh://storage@[editedURLforSecurity]" master
11:25:53 | Git | prime | From ssh://[editedURLforSecurity]
11:25:53 | Git | prime |  * branch            master     -> FETCH_HEAD
11:25:53 | Cmd | prime | git rev-parse HEAD
11:25:53 | SyncDown | prime | Done
11:25:53 | Cmd | prime | git add --all
11:25:53 | Cmd | prime | git status --porcelain
11:25:54 | Cmd | prime | git status --porcelain
11:25:55 | Cmd | prime | git config core.ignorecase true
11:25:55 | Cmd | prime | git merge FETCH_HEAD
11:25:56 | Cmd | prime | git push --progress "ssh://storage@[editedURLforSecurity]" master
11:25:56 | Git | error: unable to create file [editedForSecurity] (Invalid argument)
error: unable to create file [editedForSecurity]
 (Invalid argument)
error: unable to create file [editedForSecurity]
 (Invalid argument)
error: unable to create file [editedForSecurity] (Invalid argument)
11:25:56 | Git | prime | Conflict detected, trying to get out...
11:25:56 | Git | prime | Conflict resolved
11:25:56 | Cmd | prime | git config core.ignorecase false
11:25:56 | Cmd | prime | git log --since=1.month --raw --find-renames --date=iso --format=medium --no-color -m --first-parent
11:25:59 | Git | prime | To ssh://storage@[editedURLforSecurity]
11:25:59 | Git | prime |  ! [rejected]        master -> master (non-fast-forward)
11:25:59 | Git | prime | error: failed to push some refs to 'ssh://storage@[editedURLforSecurity]'
11:25:59 | Git | prime | hint: Updates were rejected because the tip of your current branch is behind
11:25:59 | Git | prime | hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
11:25:59 | Git | prime | hint: before pushing again.
11:25:59 | Git | prime | hint: See the 'Note about fast-forwards' in 'git push --help' for details.
11:26:02 | Cmd | prime | git rev-parse HEAD
11:26:03 | SyncDown | prime | Done
11:26:03 | Cmd | prime | git add --all
11:26:05 | Cmd | prime | git status --porcelain
11:26:06 | Cmd | prime | git push --progress "ssh://storage@[editedURLforSecurity]" master
11:26:11 | Listener | Trying to reconnect to tcp://notifications.sparkleshare.org:443/
11:26:15 | Git | prime | To ssh://storage@[editedURLforSecurity]
11:26:15 | Git | prime |  ! [rejected]        master -> master (non-fast-forward)
11:26:15 | Git | prime | error: failed to push some refs to 'ssh://storage@[editedURLforSecurity]'
11:26:15 | Git | prime | hint: Updates were rejected because the tip of your current branch is behind
11:26:15 | Git | prime | hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
11:26:15 | Git | prime | hint: before pushing again.
11:26:15 | Git | prime | hint: See the 'Note about fast-forwards' in 'git push --help' for details.
11:26:32 | Listener | Disconnected from tcp://notifications.sparkleshare.org:443/: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 204.62.14.135:443
11:26:32 | prime | Falling back to regular polling
11:27:11 | Listener | Trying to reconnect to tcp://notifications.sparkleshare.org:443/
11:27:32 | Listener | Disconnected from tcp://notifications.sparkleshare.org:443/: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 204.62.14.135:443
11:27:32 | prime | Falling back to regular polling
11:28:11 | Listener | Trying to reconnect to tcp://notifications.sparkleshare.org:443/
11:28:32 | Listener | Disconnected from tcp://notifications.sparkleshare.org:443/: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 204.62.14.135:443
11:28:32 | prime | Falling back to regular polling
11:29:04 | SyncUp | prime | Initiated
11:29:04 | Cmd | prime | git add --all
11:29:06 | Cmd | prime | git status --porcelain
11:29:07 | Cmd | prime | git push --progress "ssh://storage@[editedURLforSecurity]" master
11:29:11 | Listener | Trying to reconnect to tcp://notifications.sparkleshare.org:443/
11:29:16 | Git | prime | To ssh://storage@[editedURLforSecurity]
11:29:16 | Git | prime |  ! [rejected]        master -> master (non-fast-forward)
11:29:16 | Git | prime | error: failed to push some refs to 'ssh://storage@[editedURLforSecurity]'
11:29:16 | Git | prime | hint: Updates were rejected because the tip of your current branch is behind
11:29:16 | Git | prime | hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
11:29:16 | Git | prime | hint: before pushing again.
11:29:16 | Git | prime | hint: See the 'Note about fast-forwards' in 'git push --help' for details.
11:29:17 | SyncUp | prime | Error
11:29:17 | SyncDown | prime | Initiated
11:29:17 | Cmd | prime | git rev-parse HEAD
11:29:17 | Cmd | prime | git fetch --progress "ssh://storage@[editedURLforSecurity]" master
11:29:22 | Git | prime | From ssh://[editedURLforSecurity]
11:29:22 | Git | prime |  * branch            master     -> FETCH_HEAD
11:29:23 | Cmd | prime | git status --porcelain
11:29:24 | Cmd | prime | git config core.ignorecase true
11:29:24 | Cmd | prime | git merge FETCH_HEAD
11:29:25 | Git | error: unable to create file [editedForSecurity]
 (Invalid argument)
error: unable to create file [editedForSecurity]
 (Invalid argument)
error: unable to create file [editedForSecurity]
 (Invalid argument)
error: unable to create file [editedForSecurity]
 (Invalid argument)
11:29:25 | Git | prime | Conflict detected, trying to get out...
11:29:25 | Git | prime | Conflict resolved
11:29:25 | Cmd | prime | git config core.ignorecase false
11:29:25 | Cmd | prime | git log --since=1.month --raw --find-renames --date=iso --format=medium --no-color -m --first-parent
11:29:31 | Cmd | prime | git rev-parse HEAD
11:29:31 | SyncDown | prime | Done
11:29:31 | Cmd | prime | git add --all
11:29:32 | Listener | Disconnected from tcp://notifications.sparkleshare.org:443/: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 204.62.14.135:443
11:29:32 | prime | Falling back to regular polling
11:29:32 | Cmd | prime | git status --porcelain
11:29:33 | Cmd | prime | git push --progress "ssh://storage@[editedURLforSecurity]" master
11:29:37 | Git | prime | To ssh://storage@[editedURLforSecurity]
11:29:37 | Git | prime |  ! [rejected]        master -> master (non-fast-forward)
11:29:37 | Git | prime | error: failed to push some refs to 'ssh://storage@[editedURLforSecurity]'
11:29:37 | Git | prime | hint: Updates were rejected because the tip of your current branch is behind
11:29:37 | Git | prime | hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
11:29:37 | Git | prime | hint: before pushing again.
11:29:37 | Git | prime | hint: See the 'Note about fast-forwards' in 'git push --help' for details.
11:29:39 | SyncUp | prime | Initiated
11:29:39 | Cmd | prime | git add --all
11:29:41 | Cmd | prime | git status --porcelain
11:29:44 | Cmd | prime | git push --progress "ssh://storage@[editedURLforSecurity]" master
11:29:49 | Git | prime | Checking for remote changes...
11:29:49 | Cmd | prime | git rev-parse HEAD
11:29:49 | Cmd | prime | git ls-remote --heads --exit-code "ssh://storage@[editedURLforSecurity]" master
11:29:49 | Git | prime | To ssh://storage@[editedURLforSecurity]
11:29:49 | Git | prime |  ! [rejected]        master -> master (non-fast-forward)
11:29:49 | Git | prime | error: failed to push some refs to 'ssh://storage@[editedURLforSecurity]'
11:29:49 | Git | prime | hint: Updates were rejected because the tip of your current branch is behind
11:29:49 | Git | prime | hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
11:29:49 | Git | prime | hint: before pushing again.
11:29:49 | Git | prime | hint: See the 'Note about fast-forwards' in 'git push --help' for details.
11:29:49 | SyncUp | prime | Error
11:29:49 | SyncDown | prime | Initiated
11:29:49 | Cmd | prime | git rev-parse HEAD
11:29:49 | Cmd | prime | git fetch --progress "ssh://storage@[editedURLforSecurity]" master
11:29:54 | Cmd | prime | git merge-base 4ce85b120d32ee9b89e1828250a8545143b3beec master
11:29:54 | Git | prime | Remote 4ce85b120d32ee9b89e1828250a8545143b3beec is already in our history
11:29:55 | Git | prime | From ssh://[editedURLforSecurity]
11:29:55 | Git | prime |  * branch            master     -> FETCH_HEAD
11:29:55 | Cmd | prime | git status --porcelain
11:29:56 | Cmd | prime | git config core.ignorecase true
11:29:56 | Cmd | prime | git merge FETCH_HEAD
11:29:57 | Git | error: unable to create file [editedForSecurity]
 (Invalid argument)
error: unable to create file [editedForSecurity] (Invalid argument)
error: unable to create file [editedForSecurity]
 (Invalid argument)
error: unable to create file [editedForSecurity]
 (Invalid argument)
11:29:57 | Git | prime | Conflict detected, trying to get out...
11:29:57 | Git | prime | Conflict resolved
11:29:57 | Cmd | prime | git config core.ignorecase false
11:29:57 | Cmd | prime | git log --since=1.month --raw --find-renames --date=iso --format=medium --no-color -m --first-parent
11:29:59 | SyncUp | prime | Initiated
11:29:59 | Cmd | prime | git add --all
11:30:04 | Cmd | prime | git status --porcelain
11:30:09 | Cmd | prime | git push --progress "ssh://storage@[editedURLforSecurity]" master
11:30:11 | Listener | Trying to reconnect to tcp://notifications.sparkleshare.org:443/
11:30:12 | Cmd | prime | git rev-parse HEAD
11:30:12 | SyncDown | prime | Done
11:30:12 | Cmd | prime | git add --all
11:30:13 | Cmd | prime | git status --porcelain
11:30:14 | Cmd | prime | git push --progress "ssh://storage@[editedURLforSecurity]" master
11:30:18 | Git | prime | To ssh://storage@[editedURLforSecurity]
11:30:18 | Git | prime |  ! [rejected]        master -> master (non-fast-forward)
11:30:18 | Git | prime | error: failed to push some refs to 'ssh://storage@[editedURLforSecurity]'
11:30:18 | Git | prime | hint: Updates were rejected because the tip of your current branch is behind
11:30:18 | Git | prime | hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
11:30:18 | Git | prime | hint: before pushing again.
11:30:18 | Git | prime | hint: See the 'Note about fast-forwards' in 'git push --help' for details.
11:30:18 | Git | prime | To ssh://storage@[editedURLforSecurity]
11:30:18 | Git | prime |  ! [rejected]        master -> master (non-fast-forward)
11:30:18 | Git | prime | error: failed to push some refs to 'ssh://storage@[editedURLforSecurity]'
11:30:18 | Git | prime | hint: Updates were rejected because the tip of your current branch is behind
11:30:18 | Git | prime | hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
11:30:18 | Git | prime | hint: before pushing again.
11:30:18 | Git | prime | hint: See the 'Note about fast-forwards' in 'git push --help' for details.
11:30:19 | SyncUp | prime | Error
11:30:19 | SyncDown | prime | Initiated
11:30:19 | Cmd | prime | git rev-parse HEAD
11:30:19 | Cmd | prime | git fetch --progress "ssh://storage@[editedURLforSecurity]" master
11:30:23 | Git | prime | From ssh://[editedURLforSecurity]
11:30:23 | Git | prime |  * branch            master     -> FETCH_HEAD
11:30:23 | Cmd | prime | git status --porcelain
11:30:25 | Cmd | prime | git config core.ignorecase true
11:30:25 | Cmd | prime | git merge FETCH_HEAD
11:30:26 | Git | error: unable to create file [editedForSecurity]
 (Invalid argument)
error: unable to create file [editedForSecurity] (Invalid argument)
error: unable to create file [editedForSecurity]
 (Invalid argument)
error: unable to create file [editedForSecurity] (Invalid argument)
11:30:26 | Git | prime | Conflict detected, trying to get out...
11:30:26 | Git | prime | Conflict resolved
11:30:26 | Cmd | prime | git config core.ignorecase false
11:30:26 | Cmd | prime | git log --since=1.month --raw --find-renames --date=iso --format=medium --no-color -m --first-parent
11:30:32 | Cmd | prime | git rev-parse HEAD
11:30:32 | SyncDown | prime | Done
11:30:32 | Cmd | prime | git add --all
11:30:32 | Listener | Disconnected from tcp://notifications.sparkleshare.org:443/: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 204.62.14.135:443
11:30:32 | prime | Falling back to regular polling
11:30:33 | Cmd | prime | git status --porcelain
11:30:34 | Cmd | prime | git push --progress "ssh://storage@[editedURLforSecurity]" master
11:30:38 | Git | prime | To ssh://storage@[editedURLforSecurity]
11:30:38 | Git | prime |  ! [rejected]        master -> master (non-fast-forward)
11:30:38 | Git | prime | error: failed to push some refs to 'ssh://storage@[editedURLforSecurity]'
11:30:38 | Git | prime | hint: Updates were rejected because the tip of your current branch is behind
11:30:38 | Git | prime | hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
11:30:38 | Git | prime | hint: before pushing again.
11:30:38 | Git | prime | hint: See the 'Note about fast-forwards' in 'git push --help' for details.
11:31:11 | Listener | Trying to reconnect to tcp://notifications.sparkleshare.org:443/
11:31:32 | Listener | Disconnected from tcp://notifications.sparkleshare.org:443/: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 204.62.14.135:443
11:31:32 | prime | Falling back to regular polling
11:32:11 | Listener | Trying to reconnect to tcp://notifications.sparkleshare.org:443/
11:32:32 | Listener | Disconnected from tcp://notifications.sparkleshare.org:443/: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 204.62.14.135:443
11:32:32 | prime | Falling back to regular polling
11:33:11 | Listener | Trying to reconnect to tcp://notifications.sparkleshare.org:443/
11:33:32 | Listener | Disconnected from tcp://notifications.sparkleshare.org:443/: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 204.62.14.135:443
11:33:32 | prime | Falling back to regular polling
11:34:11 | Listener | Trying to reconnect to tcp://notifications.sparkleshare.org:443/
11:34:32 | Listener | Disconnected from tcp://notifications.sparkleshare.org:443/: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 204.62.14.135:443
11:34:32 | prime | Falling back to regular polling
11:34:50 | SyncUp | prime | Initiated
11:34:50 | Cmd | prime | git add --all
11:34:52 | Cmd | prime | git status --porcelain
11:34:53 | Cmd | prime | git push --progress "ssh://storage@[editedURLforSecurity]" master
11:34:58 | Git | prime | To ssh://storage@[editedURLforSecurity]
11:34:58 | Git | prime |  ! [rejected]        master -> master (non-fast-forward)
11:34:58 | Git | prime | error: failed to push some refs to 'ssh://storage@[editedURLforSecurity]'
11:34:58 | Git | prime | hint: Updates were rejected because the tip of your current branch is behind
11:34:58 | Git | prime | hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
11:34:58 | Git | prime | hint: before pushing again.
11:34:58 | Git | prime | hint: See the 'Note about fast-forwards' in 'git push --help' for details.
11:34:58 | SyncUp | prime | Error
11:34:58 | SyncDown | prime | Initiated
11:34:58 | Cmd | prime | git rev-parse HEAD
11:34:58 | Cmd | prime | git fetch --progress "ssh://storage@[editedURLforSecurity]" master
11:35:07 | Git | prime | From ssh://[editedURLforSecurity]
11:35:07 | Git | prime |  * branch            master     -> FETCH_HEAD
11:35:08 | Cmd | prime | git status --porcelain
11:35:09 | Cmd | prime | git config core.ignorecase true
11:35:09 | Cmd | prime | git merge FETCH_HEAD
11:35:10 | Git | error: unable to create file [editedForSecurity]
 (Invalid argument)
error: unable to create file [editedForSecurity]
 (Invalid argument)
error: unable to create file [editedForSecurity]
 (Invalid argument)
error: unable to create file [editedForSecurity]
 (Invalid argument)
11:35:10 | Git | prime | Conflict detected, trying to get out...
11:35:10 | Git | prime | Conflict resolved
11:35:10 | Cmd | prime | git config core.ignorecase false
11:35:10 | Cmd | prime | git log --since=1.month --raw --find-renames --date=iso --format=medium --no-color -m --first-parent
11:35:11 | Listener | Trying to reconnect to tcp://notifications.sparkleshare.org:443/
11:35:17 | Cmd | prime | git rev-parse HEAD
11:35:17 | SyncDown | prime | Done
11:35:17 | Cmd | prime | git add --all
11:35:19 | Cmd | prime | git status --porcelain
11:35:20 | Cmd | prime | git push --progress "ssh://storage@[editedURLforSecurity]" master
11:35:23 | Git | prime | To ssh://storage@[editedURLforSecurity]
11:35:23 | Git | prime |  ! [rejected]        master -> master (non-fast-forward)
11:35:23 | Git | prime | error: failed to push some refs to 'ssh://storage@[editedURLforSecurity]'
11:35:23 | Git | prime | hint: Updates were rejected because the tip of your current branch is behind
11:35:23 | Git | prime | hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
11:35:23 | Git | prime | hint: before pushing again.
11:35:23 | Git | prime | hint: See the 'Note about fast-forwards' in 'git push --help' for details.
11:35:25 | SyncUp | prime | Initiated
11:35:25 | Cmd | prime | git add --all
11:35:27 | Cmd | prime | git status --porcelain
11:35:30 | Cmd | prime | git push --progress "ssh://storage@[editedURLforSecurity]" master
11:35:32 | Listener | Disconnected from tcp://notifications.sparkleshare.org:443/: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 204.62.14.135:443
11:35:32 | prime | Falling back to regular polling
11:35:34 | Git | prime | To ssh://storage@[editedURLforSecurity]
11:35:34 | Git | prime |  ! [rejected]        master -> master (non-fast-forward)
11:35:34 | Git | prime | error: failed to push some refs to 'ssh://storage@[editedURLforSecurity]'
11:35:34 | Git | prime | hint: Updates were rejected because the tip of your current branch is behind
11:35:34 | Git | prime | hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
11:35:34 | Git | prime | hint: before pushing again.
11:35:34 | Git | prime | hint: See the 'Note about fast-forwards' in 'git push --help' for details.
11:35:36 | SyncUp | prime | Error
11:35:36 | SyncDown | prime | Initiated
11:35:36 | Cmd | prime | git rev-parse HEAD
11:35:36 | Cmd | prime | git fetch --progress "ssh://storage@[editedURLforSecurity]" master

@BarryThePenguin
Copy link
Contributor

11:25:30 | Git | error: unable to create file [editedForSecurity](Invalid argument)

Looks like you have some files that can't be created on that operating system. Probably Windows, probably something with an invalid character

@hbons
Copy link
Owner

hbons commented Mar 26, 2015

@dkaplan73 can you give us the file name to see if that is the case? you can also email me if you want to kep that private.

@hbons
Copy link
Owner

hbons commented Dec 17, 2017

Tracking this in #1603.

@hbons hbons closed this as completed Dec 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants