❯ fly sftp get /data/production.sqlite3
Error: get: remote file C:/Program Files/Git/data/production.sqlite3: file does not exist
Not sure why it’s prepending the above with C:/Program Files/Git
. I’m running the command from a Git Bash shell. If run cmd
to bring up a standard Windows shell and then try the sftp command it works fine.
This isn’t a deal-breaker, just a heads up for anyone else experiencing the same issue. It might just be something specific to Git Bash or maybe even just my setup.