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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
note: latest version (v2.6.4) of msysgit (now git for windows: https://git-for-windows.github.io/) require editing line 7 from @set PATH=%git_install_root%\bin;%git_install_root%\mingw\bin;%PATH%
to @set PATH=%git_install_root%\bin;%git_install_root%\mingw32\bin;%PATH%
note: if you use a 64-bit system, you should edit line 7 from @set PATH=%git_install_root%\bin;%git_install_root%\mingw\bin;%PATH%
to @set PATH=%git_install_root%\bin;%git_install_root%\mingw64\bin;%PATH%
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: %*
can anyone explain to me where did I go wrong? I have my git installed, I have Vim installed. Where did I go wrong?
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 @set PATH=%git_install_root%\bin;%git_install_root%\mingw64\bin;%PATH%
but it doesn't make a difference is there something else i have to change as well, I am a bit confused seeing as how it worked just fine on my laptop.
thanks