We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
layout.tsx#L8
如果用户通过 Download Zip/releases 得到源码进行部署,那么一般来说不是携带 .git文件夹的,会在运行时出现以下错误。
.git
Erorr: Command failed: git rev-parse --short HEAD fatal: Need ed a single revision
建议进行异常处理或者使用 npm version
The text was updated successfully, but these errors were encountered:
fix(ChatGPTNextWeb#65): fix unknown git commit id
efaf659
Merge pull request #68 from AprilNEA/main
60f27fd
fix(#65): fix unknown git commit id
09c094f
Merge pull request ChatGPTNextWeb#68 from AprilNEA/main
2266988
No branches or pull requests
layout.tsx#L8
如果用户通过 Download Zip/releases 得到源码进行部署,那么一般来说不是携带
.git
文件夹的,会在运行时出现以下错误。建议进行异常处理或者使用 npm version
The text was updated successfully, but these errors were encountered: