使用username.bitbucket.io'找不到文件'?

时间:2018-09-18 03:34:02

标签: git bitbucket

尝试使用Bitbucket页面发布静态页面。我已按照本文中的指示对这封信进行了说明,但似乎仍无法正常工作,并且Atlassian社区没有太多帮助。
https://confluence.atlassian.com/bitbucket/publishing-a-website-on-bitbucket-cloud-221449776.html?_ga=2.113777344.635815864.1537122684-1179533745.1536933925

我用用户名“ justtryingthisout”注册。然后创建一个名称为“ justtryingthisout.bitbucket.io”的存储库

package.json
{ "name": "test_app", "version": "0.1.0", "description": "test application", "homepage": "https://justtryingthisout.bitbucket.io",

我使用npm i create-react-app创建了我的应用。还使用npm eject进行了配置。下面是我的项目结构。在包含我的根index.html的“ manifest.json”中,我尝试以不同的方式使用开始url,使其以"start_url": "./index.html""start_url": "/index.html""start_url": ".index.html"的形式工作。似乎没有任何作用

如果有人遇到类似问题或对我可以尝试的方法有任何建议,将很有帮助。感谢对此的任何帮助。

谢谢!

更新:
在项目结构的根目录中移动了index.html之后,我仅看到html文件中的文本,而没有看到从“ id ='root'”引用的任何代码。我的index.js使用{。{1}}这样的index.html中的id = root在DOM中呈现。我绝对没有错误或登录控制台。
enter image description here

下面是展开的项目结构。
bitbucket是否正在寻找根目录中存在index.html之外的特定项目结构或其他任何细节?
enter image description here

再次感谢!

1 个答案:

答案 0 :(得分:0)

BitBucket page确实提到了

  

在存储库 root 中创建一个$firstLine = $Input.Current文件。

只要您的index.html不在您的Git存储库的根文件夹中,index.html就不会对其进行访问