-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
In Git Bash no mktemp #103
Comments
Alternative approaches:
http://www.cyberciti.biz/tips/shell-scripting-bash-how-to-create-temporary-random-file-name.html |
I don't mind removing this dependency with a purely shell solution. |
I had encountered with the same problem and solved it by downloading mktemp binary for windows and uncompressing it under git/bin. Then it works. (I was trying to run leiningen [lein help] command under Git Bash, on Windows 7) The download site I visited is as follows: |
I did remove the mktemp dependency ... are you using an old version? |
I'm using version 1.9.5 and it has this problem and in git-ftp line 28 I have: |
In Git Bash (on Windows) there is not mktemp.
A quick and dirty workaround:
Maybe an awk approach or a _Z_DATA and _Z_DATA_OLD one may be feasible.
The text was updated successfully, but these errors were encountered: