@rem Do not use "echo off" to not affect any child calls. | |
@setlocal | |
@rem Get the abolute path to the parent directory, which is assumed to be the | |
@rem Git installation root. | |
@for /F "delims=" %%I in ("%~dp0..") do @set git_install_root=%%~fI | |
@set PATH=%git_install_root%\bin;%git_install_root%\mingw\bin;%PATH% | |
@if not exist "%HOME%" @set HOME=%HOMEDRIVE%%HOMEPATH% | |
@if not exist "%HOME%" @set HOME=%USERPROFILE% | |
@curl.exe %* |
This comment has been minimized.
This comment has been minimized.
Thx |
This comment has been minimized.
This comment has been minimized.
big thanks! |
This comment has been minimized.
This comment has been minimized.
thanks |
This comment has been minimized.
This comment has been minimized.
note: latest version (v2.6.4) of msysgit (now git for windows: https://git-for-windows.github.io/) require editing line 7 from |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
As for alternative, I did:
|
This comment has been minimized.
This comment has been minimized.
I have simply created a bat file having
And then added that batfile to any where which is available in Environment Variable |
This comment has been minimized.
This comment has been minimized.
Hi i am really new here. I just want to find out I copied exactly what was written. But was greeted with curl: (6) Could not resolve host: %* |
This comment has been minimized.
This comment has been minimized.
Thank you so much for releasing this it worked perfectly on my laptop, however i tried setting it up on my desktop and it constantly says that it is incompatible claiming it is a 16 bit program i made sure my system was 64 bit which it was and changed the line to |
This comment has been minimized.
thanks