How to fix running scripts is disabled on this system? This is because of Execution Policy This defines how powershell scripts will run In Default windows desktops, it is Restricted, not allowing any scripts (signed or unsigned) only interactive sessions
How do I fix a Git detached head? - Stack Overflow Detached head means you are no longer on a branch, you have checked out a single commit in the history (in this case the commit previous to HEAD, i e HEAD^)