0

我刚刚将 git history 安装到我的 react expo 项目中,问题是历史已经加载了大约 10 分钟,只是空白,这里是错误代码

git rev-list --full-history --count master -- app/screens/Welcome.js  (completed in 0.133s)
fatal: bad revision 'master'

git log --full-history --pretty=oneline --date-order --decorate=full --skip=0 --max-count=100 master --follow -- app/screens/Welcome.js  (completed in 0.138s)
fatal: bad revision 'master'

git shortlog -e -s -n HEAD  (completed in 0.122s)
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

有任何想法吗?

4

0 回答 0