Posh-GitHub
Posh-GitHub copied to clipboard
Fix: catch not show error
- 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