tldr/pages.de/windows/curl.md
K.B.Dharun Krishna 5c26174aa9
pages/*: update links and more info link script (#11390)
* pages/*: update links and more info link script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: reformat code

* ax-webapp: fix link

* curl: fix false positive

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-06 23:14:12 +05:30

776 B

curl

In PowerShell kann dieser Befehl ein Alias von Invoke-WebRequest sein, wenn das Originalprogramm curl (https://curl.se) nicht ordnungsgemäß installiert wurde. Weitere Informationen: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest.

  • Überprüfen Sie, ob curl ordnungsgemäß installiert ist, indem Sie sich die Versionsnummer ausgeben lassen. Wenn nachfolgender Befehl einen Fehler ausgibt, hat PowerShell diesen Befehl möglicherweise durch Invoke-WebRequest ersetzt:

curl --version

  • Schaue dir hier die Dokumentation für den ursprünglichen curl-Befehl an:

tldr curl -p common

  • Schaue dir hier die Dokumentation für den PowerShell-Befehl Invoke-WebRequest an:

tldr invoke-webrequest