美文网首页
mac 使用

mac 使用

作者: Spidd | 来源:发表于2020-09-22 17:36 被阅读0次

网页刷新 command + R
cmd 当前目录 ls -r
sudo

Remove untracked files, stash or commit any changes, and try again.
这是因为我们使用脚手架创建一个项目的时候,自动给我们增加了一个.gitignore文件

image

而我们本地却没有文件仓库

这就需要在终端输入如下命令
git add .
git commit -m 'up'

相关文章

网友评论

      本文标题:mac 使用

      本文链接:https://www.haomeiwen.com/subject/jbmyxktx.html