Skip to main content
Explain about PowerShell alias getting in the way
Source Link
Smylers
  • 1.7k
  • 15
  • 18

But curl may be a PowerShell alias to its own Invoke-WebRequest command. If that is the case, you can invoke actual curl as curl.exe, or remove the alias with rm alias:curl.

But curl may be a PowerShell alias to its own Invoke-WebRequest command. If that is the case, you can invoke actual curl as curl.exe, or remove the alias with rm alias:curl.

added new design of cygwin installer
Source Link
questionto42
  • 9.9k
  • 8
  • 80
  • 125

new Cygwin installer design

new Cygwin installer design

updated link
Source Link
RolfBly
  • 3.9k
  • 6
  • 37
  • 50
  • If you are on Windows 10, version 1803 or later, your OS ships with a copy of curl, already set up and ready to use.

  • If you have Git for Windows installed (if you downloaded Git from git-scm.com, the answer is yes), you have curl.exe under:

     C:\Program Files\Git\mingw64\bin\ 

    Simply add the above path to PATH.

  • If you are on Windows 10, version 1803 or later, your OS ships with a copy of curl, already set up and ready to use.

  • If you have Git for Windows installed (if you downloaded Git from git-scm.com, the answer is yes), you have curl.exe under:

     C:\Program Files\Git\mingw64\bin\ 

    Simply add the above path to PATH.

Add the Scoop package manager, and reorganize answer
Source Link
MultiplyByZer0
  • 7.3k
  • 3
  • 35
  • 49
Loading
Add bullet point for Cygwin and fix slashes
Source Link
MultiplyByZer0
  • 7.3k
  • 3
  • 35
  • 49
Loading
Massive rewrite
Source Link
MultiplyByZer0
  • 7.3k
  • 3
  • 35
  • 49
Loading
wholesale changes to modernize. optimized steps for Win10 64bit, discarded advice to put junk in system folder, added steps showing how to modify system path, updated links, bla, bla
Source Link
Lee Whitney III
  • 11k
  • 9
  • 65
  • 69
Loading
updating changes
Source Link
robotik
  • 2k
  • 1
  • 22
  • 26
Loading
Adding one of the most important steps
Source Link
Travis Heeter
  • 14.2k
  • 14
  • 99
  • 146
Loading
added 1 character in body
Source Link
Daniel Stenberg
  • 59k
  • 19
  • 160
  • 232
Loading
added 4 characters in body
Source Link
Daniel Stenberg
  • 59k
  • 19
  • 160
  • 232
Loading
update 404 link
Source Link
jasilva
  • 750
  • 3
  • 19
  • 47
Loading
Post Made Community Wiki by Michiel van Oosterhout
edited body
Source Link
Michiel van Oosterhout
  • 23.2k
  • 16
  • 100
  • 141
Loading
added 54 characters in body
Source Link
Michiel van Oosterhout
  • 23.2k
  • 16
  • 100
  • 141
Loading
Source Link
Michiel van Oosterhout
  • 23.2k
  • 16
  • 100
  • 141
Loading