html - 无法让 github 在文件夹中查看我的索引页面

标签 html css azure github

enter image description here

我正在尝试让 github 在 HTML 文件夹中查看我的索引页面。我正在使用 azure 来部署页面。

最佳答案

专门试过添加

git add HTML/index.html

检查文件是否添加

git status 

现在提交并推送

git commit -m "added index page"
git push <url_name> <branch>

关于html - 无法让 github 在文件夹中查看我的索引页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40490583/

相关文章:

javascript - 当 html 选择器更改时加载新页面而不使用 javascript

html - 下拉菜单不显示

html - Google 分析跟踪器未在 ionic 2 应用程序中启动

javascript - 图像不缩放 jquery 事件

css - Div 跟随垂直滚动

javascript - 悬停时更改 div 内的图片(带边框)

scala - 使用 Spark 2.4 从 Azure Data Lake Storage V2 读取文件

Azure 存储帐户防火墙 AnonymousIpAuthorizationError

django - 在 IIS 上部署 Django 应用程序的推荐方法是什么?

javascript - 通过 websocket 获取用户 IP、用户代理、Referer