Trouble pushing to Github, cannot spawn sh: No such file or directory

后端 未结 6 1409
陌清茗
陌清茗 2021-01-19 01:59

I\'m having a difficult time pushing to Github..I have a repository that I had cloned, and I have made changes to it that I\'d like to push back to github.

While in

6条回答
  •  死守一世寂寞
    2021-01-19 02:44

    I tried to use PowerShell or an external terminal rather than using WebStorm's Terminal and it worked for me. For me, the issue was while deploying the git code to Github pages. The build was successful but deploying to gh-pages was failing because of the above error.

提交回复
热议问题