Posh-GitHub icon indicating copy to clipboard operation
Posh-GitHub copied to clipboard

Fix: catch not show error

Open s-scherbinin-parc opened this issue 10 years ago • 0 comments

  • Fix: catch not show error

catch{ write-host $Error[0]} - not works replace $Error to $_ http://www.vexasoft.com/blogs/powershell/7255220-powershell-tutorial-try-catch-finally-and-error-handling-in-powershell

  • Fix: HEAD could not contain '_'
  • Fix: Author could not contain '-'
  • Add: git protocol support

/cc @Iristyle

s-scherbinin-parc avatar Feb 26 '15 15:02 s-scherbinin-parc