日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學(xué)無先后,達(dá)者為師

網(wǎng)站首頁 編程語言 正文

Remove untracked files, stash or commit any changes, and try again

作者:天渺工作室 更新時間: 2022-02-27 編程語言

在react 項(xiàng)目中暴露webpack 配置文件的時候,執(zhí)行

yarn run eject

報錯

Remove untracked files, stash or commit any changes, and try again.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

其實(shí)就是因?yàn)楣こ棠J(rèn)的git 導(dǎo)致的(git配置文件)

在默認(rèn)

git status

git add . // 添加全部

git commit -m "first" //首次commit 一次

// 就ok了

原文鏈接:https://blog.csdn.net/sinat_37255207/article/details/122762606

欄目分類
最近更新