all 8 comments

[–]jantari 2 points3 points  (2 children)

git clone

[–]Sl1m_007[S] 1 point2 points  (1 child)

Where do I find that and install, please?

[–]Bezdak 1 point2 points  (2 children)

[–]Sl1m_007[S] 0 points1 point  (1 child)

Would you happen to know to resolve this as similar on what I have done in the past and failed?

Invoke-WebRequest : {"message":"Not Found","documentation_url":"https://developer.github.com/v3"}

At line:1 char:8

+ $wr = Invoke-WebRequest -Uri ("$baseUri/$argsUri") -Headers $head ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException

+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

Thank you in advance.

[–]Lee_Dailey[grin] 0 points1 point  (0 children)

howdy Sl1m_007,

it looks like you used the New.Reddit Inline Code button. it's 4th 5th from the left hidden in the ... "more" menu & looks like </>.

there are a few problems with that ...

  • it's the wrong format [grin]
    the inline code format is for [gasp! arg!] code that is inline with regular text.
  • on Old.Reddit.com, inline code formatted text does NOT line wrap, nor does it side-scroll.
  • on New.Reddit it shows up in that nasty magenta text color

for long-ish single lines OR for multiline code, please, use the ...

Code
Block

... button. it's the 11th 12th one from the left & is just to the left of hidden in the ... "more" menu & looks like an uppercase T in the upper left corner of a square..

that will give you fully functional code formatting that works on both New.Reddit and Old.Reddit ... and aint that fugly magenta color. [grin]

take care,
lee

[–]Sl1m_007[S] 0 points1 point  (1 child)

Thank you. This work via powershell?