You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works fine in OSX but when I try to run on my Windows 10 machine this is the error. I'm running git version 2.6.2.windows.1 w/ integrated git/unix commands
c:\... Github\mongo-sync > sh mongo-sync.sh pull
mongo-sync:
-----------
Are you sure you want to pull? Enter 'yes': yes
load_configs
Parsing 'config.yml'...
Success!
Dumping Remote DB to /tmp//dump...
Success!
Overwriting Local DB...
Error on or near line 148; exiting with status 1
Cleaning up...
The text was updated successfully, but these errors were encountered:
Could be an issue with unix-style $TMPDIR path on line 114. Could you try changing it to something more windows-like (such as C:\Users\<username>\AppData\Local\Temp\ or %Temp% - source) on your system and see if that works?
I don't have a windows machine on me so I can't test it. It would be awesome if someone could send in a pull-request that changes the $TMPDIR path depending on the env.
Works fine in OSX but when I try to run on my Windows 10 machine this is the error. I'm running git version 2.6.2.windows.1 w/ integrated git/unix commands
The text was updated successfully, but these errors were encountered: