Few Oneliners that can help during troubleshooting.
They can be called straight out of the console:
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/docouto/PSPublic/master/ScriptName.ps1'))
(New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/docouto/PSPublic/master/ScriptName.ps1') | clip
get-clippboard OR crtl+V