PowerShell ISE throws an error on git checkout

后端 未结 4 462
梦毁少年i
梦毁少年i 2020-12-06 17:14

In PowerShell, git checkout runs without any error message. In the ISE, while git checkout stills works, the ISE gives an error message.

         


        
4条回答
  •  感情败类
    2020-12-06 17:55

    As specified here, adding -q after the command for quietness won't show these kind of errors.

提交回复
热议问题